Class: Quickfix::ReportToExch
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::ReportToExch
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReportToExch
constructor
A new instance of ReportToExch.
Constructor Details
#initialize(data = nil) ⇒ ReportToExch
Returns a new instance of ReportToExch.
2021 2022 2023 2024 2025 2026 2027 |
# File 'lib/quickfix_fields.rb', line 2021 def initialize(data = nil) if( data == nil ) super(113) else super(113, data) end end |