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

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoNested3PartySubIDs



8075
8076
8077
8078
8079
8080
8081
# File 'lib/quickfix44.rb', line 8075

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