Class: Quickfix::BenchmarkCurveCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::BenchmarkCurveCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BenchmarkCurveCurrencyCodeSource
constructor
A new instance of BenchmarkCurveCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ BenchmarkCurveCurrencyCodeSource
Returns a new instance of BenchmarkCurveCurrencyCodeSource.
79202 79203 79204 79205 79206 79207 79208 |
# File 'lib/quickfix_fields.rb', line 79202 def initialize(data = nil) if( data == nil ) super(2950) else super(2950, data) end end |
Class Method Details
.field ⇒ Object
79199 79200 79201 |
# File 'lib/quickfix_fields.rb', line 79199 def BenchmarkCurveCurrencyCodeSource.field return 2950 end |