AccountListAccountDetails Event

Event raised when the account's static details are updated.

Definition

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

Value

AccountListAccountDetailsEventHandler

Remarks

The account's static details include the name, balance, clip size etc that do not change in response to trading. These events are generally raised in response to an administrator updating the details of the account, or a daily data import from a back office system (e.g. daily balance update).

See Also