Class: Quickfix::UnderlyingPaymentStreamCompoundingRateMultiplier
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamCompoundingRateMultiplier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateMultiplier
constructor
A new instance of UnderlyingPaymentStreamCompoundingRateMultiplier.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateMultiplier
Returns a new instance of UnderlyingPaymentStreamCompoundingRateMultiplier.
72975 72976 72977 72978 72979 72980 72981 |
# File 'lib/quickfix_fields.rb', line 72975 def initialize(data = nil) if( data == nil ) super(42926) else super(42926, data) end end |
Class Method Details
.field ⇒ Object
72972 72973 72974 |
# File 'lib/quickfix_fields.rb', line 72972 def UnderlyingPaymentStreamCompoundingRateMultiplier.field return 42926 end |