Class: Quickfix50Sp2::ExecutionReport::NoAllocs

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

Defined Under Namespace

Classes: NoNestedPartyIDs

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.



10546
10547
10548
10549
10550
10551
10552
10553
10554
10555
10556
10557
10558
10559
10560
10561
10562
10563
# File 'lib/quickfix50sp2.rb', line 10546

def initialize
	order = Quickfix::IntArray.new(14)
	order[0] = 79
	order[1] = 661
	order[2] = 736
	order[3] = 2927
	order[4] = 467
	order[5] = 2727
	order[6] = 539
	order[7] = 209
	order[8] = 80
	order[9] = 1752
	order[10] = 1753
	order[11] = 1754
	order[12] = 1755
	order[13] = 0
	super(78, 79, order)
end