Class: Quickfix::BenchmarkCurveName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::BenchmarkCurveName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BenchmarkCurveName
constructor
A new instance of BenchmarkCurveName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ BenchmarkCurveName
5700 5701 5702 5703 5704 5705 5706 |
# File 'lib/quickfix_fields.rb', line 5700 def initialize(data = nil) if( data == nil ) super(221) else super(221, data) end end |
Class Method Details
.field ⇒ Object
5697 5698 5699 |
# File 'lib/quickfix_fields.rb', line 5697 def BenchmarkCurveName.field return 221 end |