Class: Quickfix::LegMakeWholeBenchmarkCurvePoint
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegMakeWholeBenchmarkCurvePoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMakeWholeBenchmarkCurvePoint
constructor
A new instance of LegMakeWholeBenchmarkCurvePoint.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegMakeWholeBenchmarkCurvePoint
65838 65839 65840 65841 65842 65843 65844 |
# File 'lib/quickfix_fields.rb', line 65838 def initialize(data = nil) if( data == nil ) super(42395) else super(42395, data) end end |
Class Method Details
.field ⇒ Object
65835 65836 65837 |
# File 'lib/quickfix_fields.rb', line 65835 def LegMakeWholeBenchmarkCurvePoint.field return 42395 end |