Class: Quickfix::UnderlyingMakeWholeInterpolationMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingMakeWholeInterpolationMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingMakeWholeInterpolationMethod
constructor
A new instance of UnderlyingMakeWholeInterpolationMethod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingMakeWholeInterpolationMethod
Returns a new instance of UnderlyingMakeWholeInterpolationMethod.
72559 72560 72561 72562 72563 72564 72565 |
# File 'lib/quickfix_fields.rb', line 72559 def initialize(data = nil) if( data == nil ) super(42894) else super(42894, data) end end |