Class: Quickfix::UnderlyingPaymentStreamInflationInterpolationMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamInflationInterpolationMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationInterpolationMethod
constructor
A new instance of UnderlyingPaymentStreamInflationInterpolationMethod.
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 |