Class: Quickfix::MDStatisticValue
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::MDStatisticValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDStatisticValue
constructor
A new instance of MDStatisticValue.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ MDStatisticValue
Returns a new instance of MDStatisticValue.
61080 61081 61082 61083 61084 61085 61086 |
# File 'lib/quickfix_fields.rb', line 61080 def initialize(data = nil) if( data == nil ) super(2478) else super(2478, data) end end |
Class Method Details
.field ⇒ Object
61077 61078 61079 |
# File 'lib/quickfix_fields.rb', line 61077 def MDStatisticValue.field return 2478 end |