Class: Quickfix::ReportToExch
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::ReportToExch
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReportToExch
constructor
A new instance of ReportToExch.
Methods inherited from BoolField
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 |
Class Method Details
.field ⇒ Object
2018 2019 2020 |
# File 'lib/quickfix_fields.rb', line 2018 def ReportToExch.field return 113 end |