EasyLanguage Object Reference

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

[ Expand All ]
Properties
  Name Type Description
Public property Account[index] object Gets the Account object associated with the specified index.
Public property Account[accountID] object Gets the Account object based on the specified AccountID.
Public property Count integer Gets the total number of accounts.
Methods
  Name Description
Public property Contains(accountID) True if the specified account ID string is contained in the current instance.
Events
  Name Description
 Public event Updated Occurs whenever an Account value is updated.  See AccountUpdatedEventArgs for the properties returned by the handler's args parameter.
Inheritance Hierarchy

elsystem.Object

  tsdata.trading.Accounts