Class: Quickfix::MDStatisticIntervalType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MDStatisticIntervalType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDStatisticIntervalType
constructor
A new instance of MDStatisticIntervalType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MDStatisticIntervalType
Returns a new instance of MDStatisticIntervalType.
60898 60899 60900 60901 60902 60903 60904 |
# File 'lib/quickfix_fields.rb', line 60898 def initialize(data = nil) if( data == nil ) super(2464) else super(2464, data) end end |
Class Method Details
.field ⇒ Object
60895 60896 60897 |
# File 'lib/quickfix_fields.rb', line 60895 def MDStatisticIntervalType.field return 2464 end |