Class: Quickfix::MDStatisticScope
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MDStatisticScope
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDStatisticScope
constructor
A new instance of MDStatisticScope.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MDStatisticScope
Returns a new instance of MDStatisticScope.
60807 60808 60809 60810 60811 60812 60813 |
# File 'lib/quickfix_fields.rb', line 60807 def initialize(data = nil) if( data == nil ) super(2457) else super(2457, data) end end |
Class Method Details
.field ⇒ Object
60804 60805 60806 |
# File 'lib/quickfix_fields.rb', line 60804 def MDStatisticScope.field return 2457 end |