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

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

Defined Under Namespace

Classes: NoNested3PartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoNested3PartyIDs

Returns a new instance of NoNested3PartyIDs.



8064
8065
8066
8067
8068
8069
8070
8071
8072
# File 'lib/quickfix44.rb', line 8064

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 949
  order[1] = 950
  order[2] = 951
  order[3] = 952
  order[4] = 0
  super(948, 949, order)
end