Class: Quickfix::LegMakeWholeInterpolationMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegMakeWholeInterpolationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMakeWholeInterpolationMethod
constructor
A new instance of LegMakeWholeInterpolationMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegMakeWholeInterpolationMethod
Returns a new instance of LegMakeWholeInterpolationMethod.
65877 65878 65879 65880 65881 65882 65883 |
# File 'lib/quickfix_fields.rb', line 65877 def initialize(data = nil) if( data == nil ) super(42398) else super(42398, data) end end |
Class Method Details
.field ⇒ Object
65874 65875 65876 |
# File 'lib/quickfix_fields.rb', line 65874 def LegMakeWholeInterpolationMethod.field return 42398 end |