Class: Quickfix::MakeWholeInterpolationMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MakeWholeInterpolationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MakeWholeInterpolationMethod
constructor
A new instance of MakeWholeInterpolationMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MakeWholeInterpolationMethod
Returns a new instance of MakeWholeInterpolationMethod.
68425 68426 68427 68428 68429 68430 68431 |
# File 'lib/quickfix_fields.rb', line 68425 def initialize(data = nil) if( data == nil ) super(42597) else super(42597, data) end end |
Class Method Details
.field ⇒ Object
68422 68423 68424 |
# File 'lib/quickfix_fields.rb', line 68422 def MakeWholeInterpolationMethod.field return 42597 end |