Class: Quickfix::BenchmarkCurveCurrency
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ BenchmarkCurveCurrency
13149 13150 13151 13152 13153 13154 13155 |
# File 'lib/quickfix_fields.rb', line 13149 def initialize(data = nil) if( data == nil ) super(220) else super(220, data) end end |
Class Method Details
.field ⇒ Object
13146 13147 13148 |
# File 'lib/quickfix_fields.rb', line 13146 def BenchmarkCurveCurrency.field return 220 end |