Class: Quickfix::BenchmarkCurvePoint
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ BenchmarkCurvePoint
Returns a new instance of BenchmarkCurvePoint.
7585 7586 7587 7588 7589 7590 7591 |
# File 'lib/quickfix_fields.rb', line 7585 def initialize(data = nil) if( data == nil ) super(222) else super(222, data) end end |
Class Method Details
.field ⇒ Object
7582 7583 7584 |
# File 'lib/quickfix_fields.rb', line 7582 def BenchmarkCurvePoint.field return 222 end |