Class: Quickfix::MDStatisticType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MDStatisticType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDStatisticType
constructor
A new instance of MDStatisticType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MDStatisticType
Returns a new instance of MDStatisticType.
60794 60795 60796 60797 60798 60799 60800 |
# File 'lib/quickfix_fields.rb', line 60794 def initialize(data = nil) if( data == nil ) super(2456) else super(2456, data) end end |
Class Method Details
.field ⇒ Object
60791 60792 60793 |
# File 'lib/quickfix_fields.rb', line 60791 def MDStatisticType.field return 2456 end |