Class: Quickfix::UnderlyingPaymentStreamInflationInterpolationMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamInflationInterpolationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationInterpolationMethod
constructor
A new instance of UnderlyingPaymentStreamInflationInterpolationMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationInterpolationMethod
Returns a new instance of UnderlyingPaymentStreamInflationInterpolationMethod.
35639 35640 35641 35642 35643 35644 35645 |
# File 'lib/quickfix_fields.rb', line 35639 def initialize(data = nil) if( data == nil ) super(40642) else super(40642, data) end end |
Class Method Details
.field ⇒ Object
35636 35637 35638 |
# File 'lib/quickfix_fields.rb', line 35636 def .field return 40642 end |