Specifies the type of account/position change passed to the AccountChanged event.
Member | Value | Description |
---|---|---|
actAccountChanged | 1 | An account-specific change occurred, e.g. date of last statement is changed. After an event of this type, another AccountChange event of actPositionsReloaded type will be fired. An event of this type is also fired for each account if the account subscription level is set from aslAccountsOnly to aslAccountsAndUpdates. |
actAccountsReloaded | 0 | All accounts are reloaded. This change type is passed in two cases:
|
actPositionAdded | 3 | A new position is created.
For example, due to trading new instruments. |
actPositionChanged | 4 | A position-specific change occurred, e.g. position quantity or price is changed.
The number of fired events of this type depends on the FireEventOnChangedPrices configuration setting. See the FireEventsOnChangedPrices configuration setting for possible options of controlling the flow of position changed events. |
actPositionsReloaded | 2 |
|
actTradersReloaded | 5 | Authorized traders of accounts are reloaded. |