Class: Quickfix::MDReportID
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MDReportID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDReportID
constructor
A new instance of MDReportID.
Constructor Details
#initialize(data = nil) ⇒ MDReportID
Returns a new instance of MDReportID.
14462 14463 14464 14465 14466 14467 14468 |
# File 'lib/quickfix_fields.rb', line 14462 def initialize(data = nil) if( data == nil ) super(963) else super(963, data) end end |
Class Method Details
.field ⇒ Object
14459 14460 14461 |
# File 'lib/quickfix_fields.rb', line 14459 def MDReportID.field return 963 end |