public method IO2GSession.getTableManagerByAccount

Brief

Gets an instance of the table manager for specific account.

Declaration
C++
virtual IO2GTableManager getTableManagerByAccount ( const char *accountID) = 0

Parameters
accountID

Account ID.

Details

The function returns IO2GTableManager 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 IO2GSession

back