Class: Quickfix::LegBenchmarkCurveCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegBenchmarkCurveCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegBenchmarkCurveCurrency
constructor
A new instance of LegBenchmarkCurveCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegBenchmarkCurveCurrency
Returns a new instance of LegBenchmarkCurveCurrency.
9314 9315 9316 9317 9318 9319 9320 |
# File 'lib/quickfix_fields.rb', line 9314 def initialize(data = nil) if( data == nil ) super(676) else super(676, data) end end |
Class Method Details
.field ⇒ Object
9311 9312 9313 |
# File 'lib/quickfix_fields.rb', line 9311 def LegBenchmarkCurveCurrency.field return 676 end |