Class: Quickfix41::Allocation::NoOrders

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



212
213
214
215
216
217
218
219
220
221
# File 'lib/quickfix41.rb', line 212

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