|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReportListener
A receiver of trading reports. Classes that need to be able to
receive execution reports can implement this interface and register
themselves to receive execution reports via
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.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void receiveExecutionReport(ExecutionReport inReport)
inReport - The received execution report.void receiveCancelReject(OrderCancelReject inReport)
inReport - The received order cancel rejection report.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||