Class: Quickfix::ReportToExch
- Inherits:
-
BoolField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ ReportToExch
Returns a new instance of ReportToExch.
17569 17570 17571 17572 17573 17574 17575 |
# File 'lib/quickfix_fields.rb', line 17569 def initialize(data = nil) if( data == nil ) super(113) else super(113, data) end end |
Class Method Details
.field ⇒ Object
17566 17567 17568 |
# File 'lib/quickfix_fields.rb', line 17566 def ReportToExch.field return 113 end |