Class: Quickfix::ApplReportType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ApplReportType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
17504 17505 17506 17507 17508 17509 17510 |
# File 'lib/quickfix_fields.rb', line 17504 def initialize(data = nil) if( data == nil ) super(1426) else super(1426, data) end end |
Class Method Details
.field ⇒ Object
17501 17502 17503 |
# File 'lib/quickfix_fields.rb', line 17501 def ApplReportType.field return 1426 end |