FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
action<action<com.apama.oms.NewOrder > > returns integer | addAcceptedOrderCallback
This action allows applications to add a callback action that will be called by the Risk Firewall whenever it receives a new order that has been accepted by all the Rule Classes registered with it. |
action<integer > | removeAcceptedOrderCallback
This action allows applications to remove a specific accepted new order callback action that was previously added to the OrderReceiver. |
action< > | clearAcceptedOrderCallbacks
This action allows applications to remove all accepted new order callback actions that were previously added to the OrderReceiver. |
action<action<com.apama.oms.AmendOrder > > returns integer | addAcceptedAmendCallback
This action allows applications to add a callback action that will be called by the Risk Firewall whenever it receives an amendment to an order that it is currently handling, and that has been accepted by all registered Rule Classes. |
action<integer > | removeAcceptedAmendCallback
This action allows applications to remove a specific accepted order amendment callback action that was previously added to the OrderReceiver. |
action< > | clearAcceptedAmendCallbacks
This action allows applications to remove all accepted order amendment callback actions that were previously added to the OrderReceiver. |
action<action<com.apama.oms.CancelOrder > > returns integer | addAcceptedCancelCallback
This action allows applications to add a callback action that will be called by the Risk Firewall whenever it receives a cancellation to an order that it is currently handling, and that has been accepted by all the registered Rule Classes. |
action<integer > | removeAcceptedCancelCallback
This action allows applications to remove a specific accepted order cancellation callback action that was previously added to the OrderReceiver. |
action< > | clearAcceptedCancelCallbacks
This action allows applications to remove all accepted order cancellation callback actions that were previously added to the OrderReceiver. |
action<com.apama.oms.OrderUpdate > | sendOrderUpdate
This action sends an update to an existing order to the Risk Firewall associated with this OrderReceiver object. If an order update is sent that is not currently being handled by the Risk Firewall, then an error will be generated. |
Member Detail |
---|
action<action<com.apama.oms.AmendOrder > > returns integer addAcceptedAmendCallbackThis action allows applications to add a callback action that will be called by the Risk Firewall whenever it receives an amendment to an order that it is currently handling, and that has been accepted by all registered Rule Classes.
action<action<com.apama.oms.CancelOrder > > returns integer addAcceptedCancelCallbackThis action allows applications to add a callback action that will be called by the Risk Firewall whenever it receives a cancellation to an order that it is currently handling, and that has been accepted by all the registered Rule Classes.
action<action<com.apama.oms.NewOrder > > returns integer addAcceptedOrderCallbackThis action allows applications to add a callback action that will be called by the Risk Firewall whenever it receives a new order that has been accepted by all the Rule Classes registered with it.
action< > clearAcceptedAmendCallbacksThis action allows applications to remove all accepted order amendment callback actions that were previously added to the OrderReceiver.
action< > clearAcceptedCancelCallbacksThis action allows applications to remove all accepted order cancellation callback actions that were previously added to the OrderReceiver.
action< > clearAcceptedOrderCallbacksThis action allows applications to remove all accepted new order callback actions that were previously added to the OrderReceiver.
action<integer > removeAcceptedAmendCallbackThis action allows applications to remove a specific accepted order amendment callback action that was previously added to the OrderReceiver.
action<integer > removeAcceptedCancelCallbackThis action allows applications to remove a specific accepted order cancellation callback action that was previously added to the OrderReceiver.
action<integer > removeAcceptedOrderCallbackThis action allows applications to remove a specific accepted new order callback action that was previously added to the OrderReceiver.
action<com.apama.oms.OrderUpdate > sendOrderUpdateThis action sends an update to an existing order to the Risk Firewall associated with this OrderReceiver object. If an order update is sent that is not currently being handled by the Risk Firewall, then an error will be generated.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |