AccountOrderRemoved Event

Event raised when an order is removed.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public event AccountOrderRemovedEventHandler OrderRemoved

Value

AccountOrderRemovedEventHandler

Remarks

Occurs when an order, or multiple orders, have been removed from this API instance. This will occur at the end of trading day on a per contract basis, and refers to the order objects being disposed of rather than to any market action (such as pulling an order).

E.g. Orders for E-Mini S&Ps will be removed at around 3:20pm, but orders for Mini-Dow will be removed at around 4:30pm.

All orders successfully submitted during a trading day, regardless of whether they fill, get pulled or rejected, are accessible in the API until this event signals their removal.

See Also