Class: Quickfix::LegBenchmarkCurveName
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegBenchmarkCurveName
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegBenchmarkCurveName
constructor
A new instance of LegBenchmarkCurveName.
Constructor Details
#initialize(data = nil) ⇒ LegBenchmarkCurveName
Returns a new instance of LegBenchmarkCurveName.
9327 9328 9329 9330 9331 9332 9333 |
# File 'lib/quickfix_fields.rb', line 9327 def initialize(data = nil) if( data == nil ) super(677) else super(677, data) end end |