Class: Quickfix::LegPaymentStreamCompoundingFloorRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentStreamCompoundingFloorRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFloorRate
constructor
A new instance of LegPaymentStreamCompoundingFloorRate.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFloorRate
Returns a new instance of LegPaymentStreamCompoundingFloorRate.
66384 66385 66386 66387 66388 66389 66390 |
# File 'lib/quickfix_fields.rb', line 66384 def initialize(data = nil) if( data == nil ) super(42437) else super(42437, data) end end |