Class: Quickfix44::NewOrderMultileg::NoLegs::NoLegAllocs

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

Defined Under Namespace

Classes: NoNested2PartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoLegAllocs

Returns a new instance of NoLegAllocs.



6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
# File 'lib/quickfix44.rb', line 6057

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