Class: Quickfix50Sp2::AccountSummaryReport::NoCollateralAmounts::NoCollateralReinvestments

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

#initializeNoCollateralReinvestments

Returns a new instance of NoCollateralReinvestments.



362922
362923
362924
362925
362926
362927
362928
362929
362930
# File 'lib/quickfix50sp2.rb', line 362922

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 2844
	order[1] = 2842
	order[2] = 2843
	order[3] = 2931
	order[4] = 0
	super(2845, 2844, order)
end