Class: Quickfix50Sp2::NewOrderMultileg::NoAllocs::NoNested3PartyIDs

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.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.



173029
173030
173031
173032
173033
173034
173035
173036
173037
173038
# File 'lib/quickfix50sp2.rb', line 173029

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