Accounts Class
Represents a collection of accounts that access account information when using an AccountsProvider component.
The Updated event is called whenever a change occurs in the referenced data.
Namespace: tsdata.trading
Methods
Name | Description | |
![]() |
Contains(accountID) | True if the specified account ID string is contained in the current instance. |
![]() |
GetAccountForSecurityOfType(type) |
Returns an account object for an account that handles securities of the specified type See SecurityType for a list of possible values |
Events
Name | Description | |
![]() |
Updated | Occurs whenever an Account value is updated. See AccountUpdatedEventArgs for the properties returned by the handler's args parameter. |