Class: Quickfix42::Allocation::NoOrders

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoOrders

Returns a new instance of NoOrders.



419
420
421
422
423
424
425
426
427
428
# File 'lib/quickfix42.rb', line 419

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 11
	order[1] = 37
	order[2] = 198
	order[3] = 66
	order[4] = 105
	order[5] = 0
	super(73, 11, order)
end