Class: Quickfix::MakeWholeBenchmarkCurvePoint
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MakeWholeBenchmarkCurvePoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MakeWholeBenchmarkCurvePoint
constructor
A new instance of MakeWholeBenchmarkCurvePoint.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MakeWholeBenchmarkCurvePoint
Returns a new instance of MakeWholeBenchmarkCurvePoint.
68386 68387 68388 68389 68390 68391 68392 |
# File 'lib/quickfix_fields.rb', line 68386 def initialize(data = nil) if( data == nil ) super(42594) else super(42594, data) end end |
Class Method Details
.field ⇒ Object
68383 68384 68385 |
# File 'lib/quickfix_fields.rb', line 68383 def MakeWholeBenchmarkCurvePoint.field return 42594 end |