Class: Quickfix::UnderlyingPaymentStreamCompoundingFixedRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamCompoundingFixedRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFixedRate
constructor
A new instance of UnderlyingPaymentStreamCompoundingFixedRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFixedRate
Returns a new instance of UnderlyingPaymentStreamCompoundingFixedRate.
72637 72638 72639 72640 72641 72642 72643 |
# File 'lib/quickfix_fields.rb', line 72637 def initialize(data = nil) if( data == nil ) super(42900) else super(42900, data) end end |
Class Method Details
.field ⇒ Object
72634 72635 72636 |
# File 'lib/quickfix_fields.rb', line 72634 def .field return 42900 end |