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

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoLegAllocs

Returns a new instance of NoLegAllocs.



10556
10557
10558
10559
10560
10561
10562
10563
10564
10565
10566
# File 'lib/quickfix50.rb', line 10556

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