Class: Quickfix::MDStatisticSubScope
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MDStatisticSubScope
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDStatisticSubScope
constructor
A new instance of MDStatisticSubScope.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MDStatisticSubScope
Returns a new instance of MDStatisticSubScope.
60820 60821 60822 60823 60824 60825 60826 |
# File 'lib/quickfix_fields.rb', line 60820 def initialize(data = nil) if( data == nil ) super(2458) else super(2458, data) end end |
Class Method Details
.field ⇒ Object
60817 60818 60819 |
# File 'lib/quickfix_fields.rb', line 60817 def MDStatisticSubScope.field return 2458 end |