Class: Quickfix::MDStatisticIntervalPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MDStatisticIntervalPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDStatisticIntervalPeriod
constructor
A new instance of MDStatisticIntervalPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MDStatisticIntervalPeriod
Returns a new instance of MDStatisticIntervalPeriod.
60924 60925 60926 60927 60928 60929 60930 |
# File 'lib/quickfix_fields.rb', line 60924 def initialize(data = nil) if( data == nil ) super(2466) else super(2466, data) end end |
Class Method Details
.field ⇒ Object
60921 60922 60923 |
# File 'lib/quickfix_fields.rb', line 60921 def MDStatisticIntervalPeriod.field return 2466 end |