Class: Quickfix::MDReportEvent
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MDReportEvent
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDReportEvent
constructor
A new instance of MDReportEvent.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MDReportEvent
Returns a new instance of MDReportEvent.
61964 61965 61966 61967 61968 61969 61970 |
# File 'lib/quickfix_fields.rb', line 61964 def initialize(data = nil) if( data == nil ) super(2535) else super(2535, data) end end |
Class Method Details
.field ⇒ Object
61961 61962 61963 |
# File 'lib/quickfix_fields.rb', line 61961 def MDReportEvent.field return 2535 end |