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

Constructor Details

#initializeNoLegAllocs

Returns a new instance of NoLegAllocs.



7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
# File 'lib/quickfix50.rb', line 7326

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