Class: Quickfix::LegBenchmarkCurvePoint
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegBenchmarkCurvePoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegBenchmarkCurvePoint
constructor
A new instance of LegBenchmarkCurvePoint.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegBenchmarkCurvePoint
Returns a new instance of LegBenchmarkCurvePoint.
9340 9341 9342 9343 9344 9345 9346 |
# File 'lib/quickfix_fields.rb', line 9340 def initialize(data = nil) if( data == nil ) super(678) else super(678, data) end end |
Class Method Details
.field ⇒ Object
9337 9338 9339 |
# File 'lib/quickfix_fields.rb', line 9337 def LegBenchmarkCurvePoint.field return 678 end |