Class: Quickfix41::ExecutionReport

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix41.rb

Instance Method Summary collapse

Constructor Details

#initializeExecutionReport

Returns a new instance of ExecutionReport.



76
77
78
79
# File 'lib/quickfix41.rb', line 76

def initialize
	super
	getHeader().setField( Quickfix::MsgType.new("8") )
end