public method O2GSession.getTableManager

Brief

Gets an instance of the table manager.

Declaration
Java
O2GTableManager  getTableManager ()

Details

The method returns O2GTableManager which allows access to trading tables for all accounts. The method must be called after the login.
If you need to track changes for each account separately, use getTableManagerByAccount method instead.

Declared in O2GSession

back