Class: Quickfix::LegBenchmarkCurveCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegBenchmarkCurveCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegBenchmarkCurveCurrencyCodeSource
constructor
A new instance of LegBenchmarkCurveCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegBenchmarkCurveCurrencyCodeSource
Returns a new instance of LegBenchmarkCurveCurrencyCodeSource.
79215 79216 79217 79218 79219 79220 79221 |
# File 'lib/quickfix_fields.rb', line 79215 def initialize(data = nil) if( data == nil ) super(2951) else super(2951, data) end end |
Class Method Details
.field ⇒ Object
79212 79213 79214 |
# File 'lib/quickfix_fields.rb', line 79212 def LegBenchmarkCurveCurrencyCodeSource.field return 2951 end |