Class: Quickfix::MDStatisticValueUnit
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MDStatisticValueUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDStatisticValueUnit
constructor
A new instance of MDStatisticValueUnit.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MDStatisticValueUnit
Returns a new instance of MDStatisticValueUnit.
61106 61107 61108 61109 61110 61111 61112 |
# File 'lib/quickfix_fields.rb', line 61106 def initialize(data = nil) if( data == nil ) super(2480) else super(2480, data) end end |
Class Method Details
.field ⇒ Object
61103 61104 61105 |
# File 'lib/quickfix_fields.rb', line 61103 def MDStatisticValueUnit.field return 2480 end |