Event raised when the accounts dynamic details change.
Namespace:
T4.APIAssembly: T4API.20 (in T4API.20.dll)
Syntax
| C# |
|---|
public event Account..::.AccountUpdateEventHandler AccountUpdate |
| Visual Basic (Declaration) |
|---|
Public Event AccountUpdate As Account..::.AccountUpdateEventHandler |
| Visual C++ |
|---|
public: event Account..::.AccountUpdateEventHandler^ AccountUpdate { void add (Account..::.AccountUpdateEventHandler^ value); void remove (Account..::.AccountUpdateEventHandler^ value); } |
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.