Class: Quickfix::UnderlyingPaymentStreamInterpolationMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamInterpolationMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInterpolationMethod
constructor
A new instance of UnderlyingPaymentStreamInterpolationMethod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInterpolationMethod
Returns a new instance of UnderlyingPaymentStreamInterpolationMethod.
72611 72612 72613 72614 72615 72616 72617 |
# File 'lib/quickfix_fields.rb', line 72611 def initialize(data = nil) if( data == nil ) super(42898) else super(42898, data) end end |