Class: Quickfix50Sp1::NewOrderMultileg::NoLegs::NoLegAllocs

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

Defined Under Namespace

Classes: NoNested2PartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoLegAllocs

Returns a new instance of NoLegAllocs.



7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
# File 'lib/quickfix50sp1.rb', line 7919

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