Class: Quickfix::MDReportCount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MDReportCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDReportCount
constructor
A new instance of MDReportCount.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MDReportCount
Returns a new instance of MDReportCount.
61977 61978 61979 61980 61981 61982 61983 |
# File 'lib/quickfix_fields.rb', line 61977 def initialize(data = nil) if( data == nil ) super(2536) else super(2536, data) end end |
Class Method Details
.field ⇒ Object
61974 61975 61976 |
# File 'lib/quickfix_fields.rb', line 61974 def MDReportCount.field return 2536 end |