Class: Quickfix::UnderlyingMakeWholeInterpolationMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingMakeWholeInterpolationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingMakeWholeInterpolationMethod
constructor
A new instance of UnderlyingMakeWholeInterpolationMethod.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
72556 72557 72558 |
# File 'lib/quickfix_fields.rb', line 72556 def .field return 42894 end |