Class: Quickfix::MDStatisticScopeType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MDStatisticScopeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDStatisticScopeType
constructor
A new instance of MDStatisticScopeType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MDStatisticScopeType
Returns a new instance of MDStatisticScopeType.
60833 60834 60835 60836 60837 60838 60839 |
# File 'lib/quickfix_fields.rb', line 60833 def initialize(data = nil) if( data == nil ) super(2459) else super(2459, data) end end |
Class Method Details
.field ⇒ Object
60830 60831 60832 |
# File 'lib/quickfix_fields.rb', line 60830 def MDStatisticScopeType.field return 2459 end |