Class: Quickfix50::NewOrderMultileg::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.



7044
7045
7046
7047
7048
7049
7050
7051
7052
7053
7054
# File 'lib/quickfix50.rb', line 7044

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