Class: Quickfix50Sp2::AllocationInstruction::NoAllocs::NoTradeAllocAmts

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoTradeAllocAmts

Returns a new instance of NoTradeAllocAmts.



50496
50497
50498
50499
50500
50501
50502
50503
50504
50505
# File 'lib/quickfix50sp2.rb', line 50496

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 1845
	order[1] = 1846
	order[2] = 1847
	order[3] = 2933
	order[4] = 1850
	order[5] = 0
	super(1844, 1845, order)
end