public interface ReportListener
Client.addReportListener(ReportListener).
It's not expected that report listeners will take too much time to return. Currently all report listeners are invoked sequentially. If a report listener takes too much time to process the report, it will delay the delivery of report to other registered listeners.
| Modifier and Type | Method and Description |
|---|---|
void |
receiveCancelReject(OrderCancelReject inReport)
Invoked to supply an order cancel reject report instance to the report
listener.
|
void |
receiveExecutionReport(ExecutionReport inReport)
Invoked to supply an execution report instance to the report listener.
|
void receiveExecutionReport(ExecutionReport inReport)
inReport - The received execution report.void receiveCancelReject(OrderCancelReject inReport)
inReport - The received order cancel rejection report.Copyright © 2015. All Rights Reserved.