Class: Quickfix50Sp1::NewOrderMultileg::NoLegs::NoLegAllocs

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

Defined Under Namespace

Classes: NoNested2PartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegAllocs

Returns a new instance of NoLegAllocs.



11876
11877
11878
11879
11880
11881
11882
11883
11884
11885
11886
# File 'lib/quickfix50sp1.rb', line 11876

def initialize
  order = Quickfix::IntArray.new(7)
  order[0] = 671
  order[1] = 672
  order[2] = 756
  order[3] = 673
  order[4] = 674
  order[5] = 1367
  order[6] = 0
  super(670, 671, order)
end