Class: Quickfix::BenchmarkCurvePoint
- Inherits:
-
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
- Object
- ((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
- Quickfix::BenchmarkCurvePoint
- Defined in:
- lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(*args, self) ⇒ BenchmarkCurvePoint
constructor
A new instance of BenchmarkCurvePoint.
Constructor Details
#initialize(*args, self) ⇒ BenchmarkCurvePoint
Returns a new instance of BenchmarkCurvePoint.
65498 65499 65500 65501 65502 65503 65504 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 65498 def initialize(data = nil) if( data == nil ) super(222) else super(222, data) end end |
Class Method Details
.field ⇒ Object
5567 5568 5569 |
# File 'lib/quickfix_fields.rb', line 5567 def BenchmarkCurvePoint.field return 222 end |