Class: Quickfix::UnderlyingPaymentStreamRateIndex2Source
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamRateIndex2Source
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2Source
constructor
A new instance of UnderlyingPaymentStreamRateIndex2Source.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2Source
Returns a new instance of UnderlyingPaymentStreamRateIndex2Source.
78474 78475 78476 78477 78478 78479 78480 |
# File 'lib/quickfix_fields.rb', line 78474 def initialize(data = nil) if( data == nil ) super(43121) else super(43121, data) end end |
Class Method Details
.field ⇒ Object
78471 78472 78473 |
# File 'lib/quickfix_fields.rb', line 78471 def .field return 43121 end |