Class: Quickfix::MDStatisticValueType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MDStatisticValueType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDStatisticValueType
constructor
A new instance of MDStatisticValueType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MDStatisticValueType
Returns a new instance of MDStatisticValueType.
61093 61094 61095 61096 61097 61098 61099 |
# File 'lib/quickfix_fields.rb', line 61093 def initialize(data = nil) if( data == nil ) super(2479) else super(2479, data) end end |
Class Method Details
.field ⇒ Object
61090 61091 61092 |
# File 'lib/quickfix_fields.rb', line 61090 def MDStatisticValueType.field return 2479 end |