Class: Quickfix::UnderlyingPaymentStreamFinalRatePrecision
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamFinalRatePrecision
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFinalRatePrecision
constructor
A new instance of UnderlyingPaymentStreamFinalRatePrecision.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFinalRatePrecision
Returns a new instance of UnderlyingPaymentStreamFinalRatePrecision.
35561 35562 35563 35564 35565 35566 35567 |
# File 'lib/quickfix_fields.rb', line 35561 def initialize(data = nil) if( data == nil ) super(40636) else super(40636, data) end end |
Class Method Details
.field ⇒ Object
35558 35559 35560 |
# File 'lib/quickfix_fields.rb', line 35558 def .field return 40636 end |