Class: Quickfix43::MultilegOrderCancelReplaceRequest::NoAllocs

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

#initializeNoAllocs

Returns a new instance of NoAllocs.



3033
3034
3035
3036
3037
3038
3039
3040
# File 'lib/quickfix43.rb', line 3033

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