Class: Quickfix::FXBenchmarkRateFix
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::FXBenchmarkRateFix
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FXBenchmarkRateFix
constructor
A new instance of FXBenchmarkRateFix.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ FXBenchmarkRateFix
Returns a new instance of FXBenchmarkRateFix.
77031 77032 77033 77034 77035 77036 77037 |
# File 'lib/quickfix_fields.rb', line 77031 def initialize(data = nil) if( data == nil ) super(2796) else super(2796, data) end end |
Class Method Details
.field ⇒ Object
77028 77029 77030 |
# File 'lib/quickfix_fields.rb', line 77028 def FXBenchmarkRateFix.field return 2796 end |