Class: Quickfix::UnderlyingPaymentStreamCompoundingInitialRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamCompoundingInitialRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingInitialRate
constructor
A new instance of UnderlyingPaymentStreamCompoundingInitialRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingInitialRate
Returns a new instance of UnderlyingPaymentStreamCompoundingInitialRate.
73105 73106 73107 73108 73109 73110 73111 |
# File 'lib/quickfix_fields.rb', line 73105 def initialize(data = nil) if( data == nil ) super(42936) else super(42936, data) end end |
Class Method Details
.field ⇒ Object
73102 73103 73104 |
# File 'lib/quickfix_fields.rb', line 73102 def .field return 42936 end |