Class: Quickfix50::MultilegOrderCancelReplace::NoLegs::NoLegAllocs

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



10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
# File 'lib/quickfix50.rb', line 10934

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