Class: Quickfix::UnderlyingPaymentStreamInflationIndexSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamInflationIndexSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationIndexSource
constructor
A new instance of UnderlyingPaymentStreamInflationIndexSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationIndexSource
Returns a new instance of UnderlyingPaymentStreamInflationIndexSource.
35652 35653 35654 35655 35656 35657 35658 |
# File 'lib/quickfix_fields.rb', line 35652 def initialize(data = nil) if( data == nil ) super(40643) else super(40643, data) end end |
Class Method Details
.field ⇒ Object
35649 35650 35651 |
# File 'lib/quickfix_fields.rb', line 35649 def UnderlyingPaymentStreamInflationIndexSource.field return 40643 end |