Class: Quickfix::MDStatisticRatioType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MDStatisticRatioType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDStatisticRatioType
constructor
A new instance of MDStatisticRatioType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MDStatisticRatioType
Returns a new instance of MDStatisticRatioType.
61002 61003 61004 61005 61006 61007 61008 |
# File 'lib/quickfix_fields.rb', line 61002 def initialize(data = nil) if( data == nil ) super(2472) else super(2472, data) end end |
Class Method Details
.field ⇒ Object
60999 61000 61001 |
# File 'lib/quickfix_fields.rb', line 60999 def MDStatisticRatioType.field return 2472 end |