Class: Quickfix42::NewOrderSingle::NoAllocs

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

#initializeNoAllocs

Returns a new instance of NoAllocs.



245
246
247
248
249
250
251
# File 'lib/quickfix42.rb', line 245

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 79
	order[1] = 80
	order[2] = 0
	super(78, 79, order)
end