Class: Quickfix44::NewOrderMultileg::NoAllocs

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix44.rb

Defined Under Namespace

Classes: NoNested3PartyIDs

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.



7743
7744
7745
7746
7747
7748
7749
7750
7751
7752
7753
# File 'lib/quickfix44.rb', line 7743

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