Class: Quickfix::BenchmarkPrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::BenchmarkPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BenchmarkPrice
constructor
A new instance of BenchmarkPrice.
Constructor Details
#initialize(data = nil) ⇒ BenchmarkPrice
Returns a new instance of BenchmarkPrice.
6558 6559 6560 6561 6562 6563 6564 |
# File 'lib/quickfix_fields.rb', line 6558 def initialize(data = nil) if( data == nil ) super(662) else super(662, data) end end |
Class Method Details
.field ⇒ Object
6555 6556 6557 |
# File 'lib/quickfix_fields.rb', line 6555 def BenchmarkPrice.field return 662 end |