Class: Quickfix50Sp2::NewOrderMultileg::NoLegs::NoLegAllocs

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

Defined Under Namespace

Classes: NoNested2PartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoLegAllocs

Returns a new instance of NoLegAllocs.



8540
8541
8542
8543
8544
8545
8546
8547
8548
8549
8550
# File 'lib/quickfix50sp2.rb', line 8540

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