Class: Quickfix::SideCollateralReinvestmentRate

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideCollateralReinvestmentRate

Returns a new instance of SideCollateralReinvestmentRate.



77863
77864
77865
77866
77867
77868
77869
# File 'lib/quickfix_fields.rb', line 77863

def initialize(data = nil)
	if( data == nil )
		super(2862)
	else
		super(2862, data)
	end
end