Class: Quickfix::LegPaymentStreamDiscountRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentStreamDiscountRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamDiscountRate
constructor
A new instance of LegPaymentStreamDiscountRate.
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 |