Event Summary |
AllChildOrdersFinal | Event notification when all child orders are in the final state. |
ChildOrderChangeAccepted | Event notification when a child order change has been accepted. |
ChildOrderChangeRejected | Event notification when a child order change has been rejected. |
ChildOrderContainer | The ChildOrderContainer event helper provides a container for executing orders. |
ChildOrderFinal | Event notification when a child order enters into a final state. |
ChildOrderNormaliserFactory | The ChildOrderNormaliserFactory allows the user to create new instances of the ChildOrderNormaliserInterace with default implementations which, in this case, do nothing. |
ChildOrderNormaliserInterface | The actions on the ChildOrderNormaliserInterface are called by the Parent order when it needs to handle the processing of a Child order (IE handling new orders being placed, and amending/cancelling existing orders). |
ChildOrderUpdate | Event notification when a child order update has occurred. |
OrderChangeAccepted | Routed to indicate that a change request on the order has been accepted. |
OrderChangeRejected | Routed to indicate that a change request on the order has been rejected. |
OrderDataView | The OrderDataView event helper provides a container for creating, updating and deleting a dataview for orders. The helper is used by the ParentOrderContainer event. |
OrderFinal | Routed to indicate that the order is in a final state. |
OrderState | The OrderState event helper provides a container for details relating to supported order states. |
OrderUpdate | Routed to indicate that a change in the state of the order has occurred. |
ParentOrderContainer | Event container structure for a parent order. |
ParentOrderContainerInitialised | Event notification when the parent order container has been initialised. |
ParentOrderContainerStopped | Event notification when the parent order container has been stopped. |