Class: Quickfix::ReportToExch

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

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



17566
17567
17568
# File 'lib/quickfix_fields.rb', line 17566

def ReportToExch.field
  return 113
end