Class: Quickfix::ApplReportType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ApplReportType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplReportType
constructor
A new instance of ApplReportType.
Constructor Details
#initialize(data = nil) ⇒ ApplReportType
Returns a new instance of ApplReportType.
18635 18636 18637 18638 18639 18640 18641 |
# File 'lib/quickfix_fields.rb', line 18635 def initialize(data = nil) if( data == nil ) super(1426) else super(1426, data) end end |