Class: Quickfix::BenchmarkCurveName
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::BenchmarkCurveName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BenchmarkCurveName
constructor
A new instance of BenchmarkCurveName.
Constructor Details
#initialize(data = nil) ⇒ BenchmarkCurveName
Returns a new instance of BenchmarkCurveName.
17023 17024 17025 17026 17027 17028 17029 |
# File 'lib/quickfix_fields.rb', line 17023 def initialize(data = nil) if( data == nil ) super(221) else super(221, data) end end |
Class Method Details
.field ⇒ Object
17020 17021 17022 |
# File 'lib/quickfix_fields.rb', line 17020 def BenchmarkCurveName.field return 221 end |