Class: Quickfix50Sp2::AllocationReport::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.



268071
268072
268073
268074
268075
268076
268077
268078
268079
268080
# File 'lib/quickfix50sp2.rb', line 268071

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