Class: Quickfix::LegPaymentStreamDiscountRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamDiscountRate

Returns a new instance of LegPaymentStreamDiscountRate.



31011
31012
31013
31014
31015
31016
31017
# File 'lib/quickfix_fields.rb', line 31011

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