Class: Quickfix50Sp2::OrderCancelReplaceRequest::NoTrdRegTimestamps

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Constructor Details

#initializeNoTrdRegTimestamps

Returns a new instance of NoTrdRegTimestamps.



2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
# File 'lib/quickfix50sp2.rb', line 2176

def initialize
  order = Quickfix::IntArray.new(7)
  order[0] = 769
  order[1] = 770
  order[2] = 771
  order[3] = 1033
  order[4] = 1034
  order[5] = 1035
  order[6] = 0
  super(768, 769, order)
end