Class: Quickfix::LegBenchmarkCurveCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegBenchmarkCurveCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegBenchmarkCurveCurrency
constructor
A new instance of LegBenchmarkCurveCurrency.
Constructor Details
#initialize(data = nil) ⇒ LegBenchmarkCurveCurrency
Returns a new instance of LegBenchmarkCurveCurrency.
14137 14138 14139 14140 14141 14142 14143 |
# File 'lib/quickfix_fields.rb', line 14137 def initialize(data = nil) if( data == nil ) super(676) else super(676, data) end end |
Class Method Details
.field ⇒ Object
14134 14135 14136 |
# File 'lib/quickfix_fields.rb', line 14134 def LegBenchmarkCurveCurrency.field return 676 end |