Class: Quickfix::LegBenchmarkCurveName
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegBenchmarkCurveName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegBenchmarkCurveName
constructor
A new instance of LegBenchmarkCurveName.
Constructor Details
#initialize(data = nil) ⇒ LegBenchmarkCurveName
1007 1008 1009 1010 1011 1012 1013 |
# File 'lib/quickfix_fields.rb', line 1007 def initialize(data = nil) if( data == nil ) super(677) else super(677, data) end end |
Class Method Details
.field ⇒ Object
1004 1005 1006 |
# File 'lib/quickfix_fields.rb', line 1004 def LegBenchmarkCurveName.field return 677 end |