Class: Quickfix42::OrderCancelReplaceRequest::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.



386
387
388
389
390
391
392
# File 'lib/quickfix42.rb', line 386

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