Class: Quickfix50Sp2::CollateralResponse::NoCollateralAmounts

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

Defined Under Namespace

Classes: NoCollateralReinvestments

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoCollateralAmounts

Returns a new instance of NoCollateralAmounts.



290836
290837
290838
290839
290840
290841
290842
290843
290844
290845
290846
290847
290848
290849
290850
290851
290852
290853
290854
290855
290856
# File 'lib/quickfix50sp2.rb', line 290836

def initialize
	order = Quickfix::IntArray.new(17)
	order[0] = 1704
	order[1] = 1705
	order[2] = 2929
	order[3] = 2632
	order[4] = 2090
	order[5] = 2091
	order[6] = 1706
	order[7] = 2092
	order[8] = 2093
	order[9] = 1902
	order[10] = 2350
	order[11] = 2690
	order[12] = 2689
	order[13] = 2840
	order[14] = 2845
	order[15] = 2841
	order[16] = 0
	super(1703, 1704, order)
end