Class: Quickfix::LegBenchmarkCurveName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegBenchmarkCurveName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegBenchmarkCurveName
constructor
A new instance of LegBenchmarkCurveName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegBenchmarkCurveName
Returns a new instance of LegBenchmarkCurveName.
9327 9328 9329 9330 9331 9332 9333 |
# File 'lib/quickfix_fields.rb', line 9327 def initialize(data = nil) if( data == nil ) super(677) else super(677, data) end end |
Class Method Details
.field ⇒ Object
9324 9325 9326 |
# File 'lib/quickfix_fields.rb', line 9324 def LegBenchmarkCurveName.field return 677 end |