|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrderCallback
The callback used when the response is received for a market order request.
Method Summary | |
---|---|
void |
onFailure(FailureResponse failureResponse)
Callback method when the system rejects the market order request, the message will contain information about why the request was rejected. |
void |
onSuccess(java.lang.String instructionId)
Callback method when the system acknowledges that it has received the order. |
Method Detail |
---|
void onSuccess(java.lang.String instructionId)
instructionId
- The system assigned instruction id.void onFailure(FailureResponse failureResponse)
failureResponse
- The response containing the failure to place order.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |