Class: Quickfix::LegBenchmarkPrice
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegBenchmarkPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegBenchmarkPrice
constructor
A new instance of LegBenchmarkPrice.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegBenchmarkPrice
Returns a new instance of LegBenchmarkPrice.
9353 9354 9355 9356 9357 9358 9359 |
# File 'lib/quickfix_fields.rb', line 9353 def initialize(data = nil) if( data == nil ) super(679) else super(679, data) end end |
Class Method Details
.field ⇒ Object
9350 9351 9352 |
# File 'lib/quickfix_fields.rb', line 9350 def LegBenchmarkPrice.field return 679 end |