Class: Quickfix::BenchmarkCurveCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::BenchmarkCurveCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BenchmarkCurveCurrency
constructor
A new instance of BenchmarkCurveCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ BenchmarkCurveCurrency
Returns a new instance of BenchmarkCurveCurrency.
5687 5688 5689 5690 5691 5692 5693 |
# File 'lib/quickfix_fields.rb', line 5687 def initialize(data = nil) if( data == nil ) super(220) else super(220, data) end end |
Class Method Details
.field ⇒ Object
5684 5685 5686 |
# File 'lib/quickfix_fields.rb', line 5684 def BenchmarkCurveCurrency.field return 220 end |