Class: Quickfix::LegPaymentStreamDiscountRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



31008
31009
31010
# File 'lib/quickfix_fields.rb', line 31008

def LegPaymentStreamDiscountRate.field
	return 40286
end