Class: Quickfix50Sp2::ExecutionReport::NoLegs::NoLegAllocs

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



16020
16021
16022
16023
16024
16025
16026
16027
16028
16029
16030
16031
16032
16033
16034
16035
# File 'lib/quickfix50sp2.rb', line 16020

def initialize
  order = Quickfix::IntArray.new(12)
  order[0] = 671
  order[1] = 672
  order[2] = 756
  order[3] = 673
  order[4] = 674
  order[5] = 1367
  order[6] = 2928
  order[7] = 1756
  order[8] = 1757
  order[9] = 1758
  order[10] = 1759
  order[11] = 0
  super(670, 671, order)
end