AccountOrderUpdate Event

Event raised when an order is added.

Definition

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

Value

AccountOrderUpdateEventHandler

Remarks

Occurs when an order, or multiple orders, are added to this account. This can either be from orders being created and submitted by this API instance, or in response to another API instance submitting orders for this account. It is also called during the initial account load following subscription to the account.

Note: In some rare circumstances (mainly during server disconnects) it is possible to receive the OrderUpdate event for orders that you have not received an OrderAdded event for.

See Also