AccountAccountUpdate Event

Event raised when the accounts dynamic details change.

Definition

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

Value

AccountAccountUpdateEventHandler

Remarks

The account's dynamic details include status, margin, P&L and available cash. As order's are placed and filled for the account these details will change. These updates are sent out following changes and are buffered to reduce network bandwidth usage.

See Also