Class: Quickfix::FXBenchmarkRateFix
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::FXBenchmarkRateFix
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FXBenchmarkRateFix
constructor
A new instance of FXBenchmarkRateFix.
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 |