Syntax
Public Overrides Function SelectAccount(ByVal AccountID As Long) As TransResult
This function is used to select an account and load its pending orders and open positions.
Parameters
Key | Description |
AccountID | AccountID of type long to recognize which account of the client you want to access |
Remarks
If you want to know the result of SelectAccount you have to assign it to a variable of typeTransResult.
See Also