ExecutionReportEventHandler Delegate
public delegate void ExecutionReportEventHandler(
object sender,
ExecutionReport report
)
This language is not supported or no code example is available.
public:
delegate void ExecutionReportEventHandler(
object^ sender,
ExecutionReport^ report
)
This language is not supported or no code example is available.
Parameters
- sender
- object
The sender.
- report
- ExecutionReport
The report.