Class: Quickfix::ReportToExch

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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