FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Constant summary | |
---|---|
constant integer | CUSTOM_ERROR_TYPE_START := 1000
This constant value defines the value where custom error for the Risk Firewall can start. |
constant string | ERROR_CALLBACK_ID := "ERROR_CALLBACK_ID"
This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the identifier of the error callback that was registered with the Risk Firewall. |
constant string | ERROR_SUBTYPE := "ERROR_SUBTYPE"
This constant value defines the error key name that is used in the error params to indicate a error subType. |
constant integer | FAILED_TO_ADD_RULE_INSTANCE := 4
This constant value defines the error type that is used when an error occurs whilst adding a Rule Class instance to the Risk Firewall. |
constant integer | FAILED_TO_CREATE_RISKFIREWALL_INTERFACE := 1
This constant value defines the error type that is used when an error occurs whilst creating the Risk Firewall. |
constant integer | FAILED_TO_LOCK_FIREWALL := 16
This constant value defines the error type that is used when the application attempts to lock the Risk Firewall from a remotely connected interface. |
constant integer | FAILED_TO_MODIFY_RULE_INSTANCE := 5
This constant value defines the error type that is used when an error occurs whilst modifying a Rule Class instance in the Risk Firewall. |
constant integer | FAILED_TO_OVERRIDE_SOFT_REJECT := 25
This constant value defines the error type that is used when an error occurs whilst overriding a Soft-Rejected order in the Risk Firewall. |
constant integer | FAILED_TO_REGISTER_RULE_CLASS := 3
This constant value defines the error type that is used when an error occurs whilst registering a Rule Class with the Risk Firewall. |
constant integer | FAILED_TO_REMOVE_ACCEPTEDAMENDCB := 19
This constant value defines the error type that is used when an error occurs whilst removing an accepted AmendOrder callback from the Risk Firewall. |
constant integer | FAILED_TO_REMOVE_ACCEPTEDCANCELCB := 20
This constant value defines the error type that is used when an error occurs whilst removing an accepted CancelOrder callback from the Risk Firewall. |
constant integer | FAILED_TO_REMOVE_ACCEPTEDORDERCB := 18
This constant value defines the error type that is used when an error occurs whilst removing an accepted NewOrder callback from the Risk Firewall. |
constant integer | FAILED_TO_REMOVE_ERROR_CALLBACK := 2
This constant value defines the error type that is used when an error occurs whilst removing an error callback from the Risk Firewall. |
constant integer | FAILED_TO_REMOVE_LOCKNOTIFICATIONCB := 8
This constant value defines the error type that is used when an error occurs whilst removing a Query Response callback from the Risk Firewall. |
constant integer | FAILED_TO_REMOVE_ORDERUPDATECB := 21
This constant value defines the error type that is used when an error occurs whilst removing an accepted OrderUpdate callback from the Risk Firewall. |
constant integer | FAILED_TO_REMOVE_QUERYRESPONSECB := 7
This constant value defines the error type that is used when an error occurs whilst removing a Query Response callback from the Risk Firewall. |
constant integer | FAILED_TO_REMOVE_RULE_INSTANCE := 6
This constant value defines the error type that is used when an error occurs whilst removing a Rule Class instance from the Risk Firewall. |
constant integer | FAILED_TO_SET_FIREWALL_CONFIG := 15
This constant value defines the error type that is used when the application attempts to modify the Risk Firewall configuration from a remotely connected interface. |
constant integer | FAILED_TO_SET_RULE_CLASS_PRIORITY := 23
This constant value defines the error type that is used when an error occurs whilst setting a Rule Class priority. |
constant integer | FAILED_TO_UNLOCK_FIREWALL := 17
This constant value defines the error type that is used when the application attempts to unlock the Risk Firewall from a remotely connected interface. |
constant integer | INVALID_AMEND_ORDER := 9
This constant value defines the error type that is used when a request to amend an order is received by the Risk Firewall which has no record of the associated orderId, or it was in an invalid state. |
constant integer | INVALID_CANCEL_ORDER := 10
This constant value defines the error type that is used when a request to cancel an order is received by the Risk Firewall which has no record of the associated orderId, or it was in an invalid state. |
constant integer | INVALID_ORDER_UPDATE := 11
This constant value defines the error type that is used when an order update request is received by the Risk Firewall which has no record of the associated orderId, or it was in an invalid state. |
constant integer | INVALID_PARAMETER := 24
This constant value defines the error type that is used when an invalid/unknown Parameter was provided. |
constant integer | INVALID_QUERYREQUEST_ID := 12
This constant value defines the error type that is used when an invalid/unknown requestId was provided in a QueryResponse from a RuleClass when after it has responded to evaluating a query. |
constant integer | INVALID_RULE_CLASS_NAME := 13
This constant value defines the error type that is used when an invalid/unknown Rule Class name was provided. |
constant integer | INVALID_RULE_INSTANCE_ID := 22
This constant value defines the error type that is used when an invalid/unknown Rule Instance Id was provided. |
constant integer | NO_ERROR := 0
This constant value indicates that there was no error. |
constant string | ORDER_ID := "ORDER_ID"
This constant value defines the error key name that is used in the error params when an error occurs. This indicates the orderId that was used on the OMS request made to the Risk Firewall that caused an error. |
constant integer | QUERYREQUEST_TIMEOUT := 14
This constant value defines the error type that is used when a Query Request timedout. |
constant string | RISKFIREWALL_NAME := "RISKFIREWALL_NAME"
This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the name of the Risk Firewall. |
constant string | RULECLASS_NAME := "RULECLASS_NAME"
This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the name of the Rule Class associated with this error. |
constant string | RULECLASS_QUERYID := "RULECLASS_QUERYID"
This constant value defines the error key name that is used in the error params when an error occurs. This indicates the requestId that was used in a Query Response that was associated with the error. |
constant string | RULEINSTANCE_CONFIG := "RULEINSTANCE_CONFIG"
This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the configuration of the Rule Class instance that this error was associated with. |
constant string | RULEINSTANCE_ID := "RULEINSTANCE_ID"
This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the identifier of the Rule Class instance that this error was associated with. |
Constant detail |
---|
constant integer CUSTOM_ERROR_TYPE_START := 1000This constant value defines the value where custom error for the Risk Firewall can start.
constant string ERROR_CALLBACK_ID := "ERROR_CALLBACK_ID"This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the identifier of the error callback that was registered with the Risk Firewall.
constant string ERROR_SUBTYPE := "ERROR_SUBTYPE"This constant value defines the error key name that is used in the error params to indicate a error subType.
constant integer FAILED_TO_ADD_RULE_INSTANCE := 4This constant value defines the error type that is used when an error occurs whilst adding a Rule Class instance to the Risk Firewall.
constant integer FAILED_TO_CREATE_RISKFIREWALL_INTERFACE := 1This constant value defines the error type that is used when an error occurs whilst creating the Risk Firewall.
constant integer FAILED_TO_LOCK_FIREWALL := 16This constant value defines the error type that is used when the application attempts to lock the Risk Firewall from a remotely connected interface.
constant integer FAILED_TO_MODIFY_RULE_INSTANCE := 5This constant value defines the error type that is used when an error occurs whilst modifying a Rule Class instance in the Risk Firewall.
constant integer FAILED_TO_OVERRIDE_SOFT_REJECT := 25This constant value defines the error type that is used when an error occurs whilst overriding a Soft-Rejected order in the Risk Firewall.
constant integer FAILED_TO_REGISTER_RULE_CLASS := 3This constant value defines the error type that is used when an error occurs whilst registering a Rule Class with the Risk Firewall.
constant integer FAILED_TO_REMOVE_ACCEPTEDAMENDCB := 19This constant value defines the error type that is used when an error occurs whilst removing an accepted AmendOrder callback from the Risk Firewall.
constant integer FAILED_TO_REMOVE_ACCEPTEDCANCELCB := 20This constant value defines the error type that is used when an error occurs whilst removing an accepted CancelOrder callback from the Risk Firewall.
constant integer FAILED_TO_REMOVE_ACCEPTEDORDERCB := 18This constant value defines the error type that is used when an error occurs whilst removing an accepted NewOrder callback from the Risk Firewall.
constant integer FAILED_TO_REMOVE_ERROR_CALLBACK := 2This constant value defines the error type that is used when an error occurs whilst removing an error callback from the Risk Firewall.
constant integer FAILED_TO_REMOVE_LOCKNOTIFICATIONCB := 8This constant value defines the error type that is used when an error occurs whilst removing a Query Response callback from the Risk Firewall.
constant integer FAILED_TO_REMOVE_ORDERUPDATECB := 21This constant value defines the error type that is used when an error occurs whilst removing an accepted OrderUpdate callback from the Risk Firewall.
constant integer FAILED_TO_REMOVE_QUERYRESPONSECB := 7This constant value defines the error type that is used when an error occurs whilst removing a Query Response callback from the Risk Firewall.
constant integer FAILED_TO_REMOVE_RULE_INSTANCE := 6This constant value defines the error type that is used when an error occurs whilst removing a Rule Class instance from the Risk Firewall.
constant integer FAILED_TO_SET_FIREWALL_CONFIG := 15This constant value defines the error type that is used when the application attempts to modify the Risk Firewall configuration from a remotely connected interface.
constant integer FAILED_TO_SET_RULE_CLASS_PRIORITY := 23This constant value defines the error type that is used when an error occurs whilst setting a Rule Class priority.
constant integer FAILED_TO_UNLOCK_FIREWALL := 17This constant value defines the error type that is used when the application attempts to unlock the Risk Firewall from a remotely connected interface.
constant integer INVALID_AMEND_ORDER := 9This constant value defines the error type that is used when a request to amend an order is received by the Risk Firewall which has no record of the associated orderId, or it was in an invalid state.
constant integer INVALID_CANCEL_ORDER := 10This constant value defines the error type that is used when a request to cancel an order is received by the Risk Firewall which has no record of the associated orderId, or it was in an invalid state.
constant integer INVALID_ORDER_UPDATE := 11This constant value defines the error type that is used when an order update request is received by the Risk Firewall which has no record of the associated orderId, or it was in an invalid state.
constant integer INVALID_PARAMETER := 24This constant value defines the error type that is used when an invalid/unknown Parameter was provided.
constant integer INVALID_QUERYREQUEST_ID := 12This constant value defines the error type that is used when an invalid/unknown requestId was provided in a QueryResponse from a RuleClass when after it has responded to evaluating a query.
constant integer INVALID_RULE_CLASS_NAME := 13This constant value defines the error type that is used when an invalid/unknown Rule Class name was provided.
constant integer INVALID_RULE_INSTANCE_ID := 22This constant value defines the error type that is used when an invalid/unknown Rule Instance Id was provided.
constant integer NO_ERROR := 0This constant value indicates that there was no error.
constant string ORDER_ID := "ORDER_ID"This constant value defines the error key name that is used in the error params when an error occurs. This indicates the orderId that was used on the OMS request made to the Risk Firewall that caused an error.
constant integer QUERYREQUEST_TIMEOUT := 14This constant value defines the error type that is used when a Query Request timedout.
constant string RISKFIREWALL_NAME := "RISKFIREWALL_NAME"This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the name of the Risk Firewall.
constant string RULECLASS_NAME := "RULECLASS_NAME"This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the name of the Rule Class associated with this error.
constant string RULECLASS_QUERYID := "RULECLASS_QUERYID"This constant value defines the error key name that is used in the error params when an error occurs. This indicates the requestId that was used in a Query Response that was associated with the error.
constant string RULEINSTANCE_CONFIG := "RULEINSTANCE_CONFIG"This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the configuration of the Rule Class instance that this error was associated with.
constant string RULEINSTANCE_ID := "RULEINSTANCE_ID"This constant value defines the error key name that is used in the error params when an error occurs. This indicates the value will be the identifier of the Rule Class instance that this error was associated with.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |