Class: Quickfix44::MultilegOrderCancelReplace::NoAllocs::NoNested3PartyIDs::NoNested3PartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoNested3PartySubIDs

Returns a new instance of NoNested3PartySubIDs.



6169
6170
6171
6172
6173
6174
6175
# File 'lib/quickfix44.rb', line 6169

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 953
  order[1] = 954
  order[2] = 0
  super(952, 953, order)
end