Class: Quickfix::LegPaymentStreamCompoundingFloorRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStreamCompoundingFloorRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFloorRate
constructor
A new instance of LegPaymentStreamCompoundingFloorRate.
Methods inherited from DoubleField
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 |
Class Method Details
.field ⇒ Object
66381 66382 66383 |
# File 'lib/quickfix_fields.rb', line 66381 def LegPaymentStreamCompoundingFloorRate.field return 42437 end |