Class: Quickfix::UnderlyingPaymentStreamCompoundingFloorRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamCompoundingFloorRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFloorRate
constructor
A new instance of UnderlyingPaymentStreamCompoundingFloorRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFloorRate
Returns a new instance of UnderlyingPaymentStreamCompoundingFloorRate.
73066 73067 73068 73069 73070 73071 73072 |
# File 'lib/quickfix_fields.rb', line 73066 def initialize(data = nil) if( data == nil ) super(42933) else super(42933, data) end end |
Class Method Details
.field ⇒ Object
73063 73064 73065 |
# File 'lib/quickfix_fields.rb', line 73063 def .field return 42933 end |