Class: Quickfix44::MultilegOrderCancelReplace::NoAllocs

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

Defined Under Namespace

Classes: NoNested3PartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoAllocs

Returns a new instance of NoAllocs.



6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
# File 'lib/quickfix44.rb', line 6145

def initialize
	order = Quickfix::IntArray.new(7)
	order[0] = 79
	order[1] = 661
	order[2] = 736
	order[3] = 467
	order[4] = 948
	order[5] = 80
	order[6] = 0
	super(78, 79, order)
end