public method O2GSession.getTableManagerByAccount
Brief
Gets an instance of the table manager for a specific account.
Declaration | ||||
|
Parameters | |
accountID |
The unique identification number of an account. The value is unique within the database where the
account is stored. For example, Note: In the field labeled "Account", the FX Trading Station displays the returned value of the
O2GAccountRow.getAccountName method (for example, |
Details
The method returns O2GTableManager
which allows access to trading tables for specific account.
getTableManagerByAccount
makes sense for users with more than one account.
It is useful for getting Orders, Trades,
Closed Trades, and Summary tables for a specific account.
The method must be called after the login.
Declared in O2GSession