public method O2GSession.getTableManagerByAccount

Brief

Gets an instance of the table manager for specific account.

Declaration
C#
O2GTableManager  getTableManagerByAccount (String accountID)

Parameters
accountID

Account ID.

Details

The function returns O2GTableManager which gets 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 specific account.

Declared in O2GSession

back