Class: Quickfix::BenchmarkCurvePoint
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::BenchmarkCurvePoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BenchmarkCurvePoint
constructor
A new instance of BenchmarkCurvePoint.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ BenchmarkCurvePoint
Returns a new instance of BenchmarkCurvePoint.
5713 5714 5715 5716 5717 5718 5719 |
# File 'lib/quickfix_fields.rb', line 5713 def initialize(data = nil) if( data == nil ) super(222) else super(222, data) end end |
Class Method Details
.field ⇒ Object
5710 5711 5712 |
# File 'lib/quickfix_fields.rb', line 5710 def BenchmarkCurvePoint.field return 222 end |