Class: Quickfix::SpreadToBenchmark
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::SpreadToBenchmark
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SpreadToBenchmark
constructor
A new instance of SpreadToBenchmark.
Constructor Details
#initialize(data = nil) ⇒ SpreadToBenchmark
Returns a new instance of SpreadToBenchmark.
15151 15152 15153 15154 15155 15156 15157 |
# File 'lib/quickfix_fields.rb', line 15151 def initialize(data = nil) if( data == nil ) super(218) else super(218, data) end end |
Class Method Details
.field ⇒ Object
15148 15149 15150 |
# File 'lib/quickfix_fields.rb', line 15148 def SpreadToBenchmark.field return 218 end |