Class: Quickfix44::AllocationReportAck::NoAllocs

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

Instance Method Summary collapse

Constructor Details

#initializeNoAllocs

Returns a new instance of NoAllocs.



9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
# File 'lib/quickfix44.rb', line 9320

def initialize
	order = Quickfix::IntArray.new(9)
	order[0] = 79
	order[1] = 661
	order[2] = 366
	order[3] = 467
	order[4] = 776
	order[5] = 161
	order[6] = 360
	order[7] = 361
	order[8] = 0
	super(78, 79, order)
end