Class: Quickfix43::Allocation::NoOrders

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



842
843
844
845
846
847
848
849
850
851
# File 'lib/quickfix43.rb', line 842

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