Class: Quickfix50Sp2::NewOrderMultileg::NoAllocs

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



13486
13487
13488
13489
13490
13491
13492
13493
13494
13495
13496
# File 'lib/quickfix50sp2.rb', line 13486

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