FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
integer | requestType
The type of this response (e.g. New, Amend or Cancel order request). |
string | orderId
The order id of this response. |
integer | combinedResponse
The overall type of the response (e.g. Approved, warning, or objection). |
sequence<com.apama.firewall.QueryResponse > | responses
A sequence containing all the warning and failure responses from all the Rule Classes. |
Action Summary | |
---|---|
string |
getFirstFailureMessage()
This action returns the message associated with the first response that was returned that was of a failure type. |
Member Detail |
---|
integer combinedResponseThe overall type of the response (e.g. Approved, warning, or objection).
string orderIdThe order id of this response.
integer requestTypeThe type of this response (e.g. New, Amend or Cancel order request).
sequence<com.apama.firewall.QueryResponse > responsesA sequence containing all the warning and failure responses from all the Rule Classes.
Action Detail |
---|
string getFirstFailureMessage()This action returns the message associated with the first response that was returned that was of a failure type.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |