Class: Quickfix::PaymentStreamInflationIndexSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamInflationIndexSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamInflationIndexSource
constructor
A new instance of PaymentStreamInflationIndexSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamInflationIndexSource
37849 37850 37851 37852 37853 37854 37855 |
# File 'lib/quickfix_fields.rb', line 37849 def initialize(data = nil) if( data == nil ) super(40812) else super(40812, data) end end |
Class Method Details
.field ⇒ Object
37846 37847 37848 |
# File 'lib/quickfix_fields.rb', line 37846 def PaymentStreamInflationIndexSource.field return 40812 end |