Class: Quickfix::LegPaymentStreamInflationIndexSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamInflationIndexSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamInflationIndexSource
constructor
A new instance of LegPaymentStreamInflationIndexSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamInflationIndexSource
Returns a new instance of LegPaymentStreamInflationIndexSource.
31895 31896 31897 31898 31899 31900 31901 |
# File 'lib/quickfix_fields.rb', line 31895 def initialize(data = nil) if( data == nil ) super(40354) else super(40354, data) end end |
Class Method Details
.field ⇒ Object
31892 31893 31894 |
# File 'lib/quickfix_fields.rb', line 31892 def LegPaymentStreamInflationIndexSource.field return 40354 end |