Class: Quickfix::LegPaymentStreamInflationInitialIndexLevel
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStreamInflationInitialIndexLevel
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamInflationInitialIndexLevel
constructor
A new instance of LegPaymentStreamInflationInitialIndexLevel.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamInflationInitialIndexLevel
31921 31922 31923 31924 31925 31926 31927 |
# File 'lib/quickfix_fields.rb', line 31921 def initialize(data = nil) if( data == nil ) super(40356) else super(40356, data) end end |
Class Method Details
.field ⇒ Object
31918 31919 31920 |
# File 'lib/quickfix_fields.rb', line 31918 def LegPaymentStreamInflationInitialIndexLevel.field return 40356 end |