Class: Quickfix::UnderlyingPaymentStreamCompoundingFinalRatePrecision
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingFinalRatePrecision
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFinalRatePrecision
constructor
A new instance of UnderlyingPaymentStreamCompoundingFinalRatePrecision.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFinalRatePrecision
Returns a new instance of UnderlyingPaymentStreamCompoundingFinalRatePrecision.
73131 73132 73133 73134 73135 73136 73137 |
# File 'lib/quickfix_fields.rb', line 73131 def initialize(data = nil) if( data == nil ) super(42938) else super(42938, data) end end |
Class Method Details
.field ⇒ Object
73128 73129 73130 |
# File 'lib/quickfix_fields.rb', line 73128 def .field return 42938 end |