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

Constructor Details

#initializeNoLegAllocs

Returns a new instance of NoLegAllocs.



6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
# File 'lib/quickfix44.rb', line 6313

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