Class: Quickfix44::MultilegOrderCancelReplace::NoLegs::NoLegAllocs

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix44.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.



8271
8272
8273
8274
8275
8276
8277
8278
8279
8280
8281
# File 'lib/quickfix44.rb', line 8271

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