public method O2GSession.useTableManager

Brief

Defines usage of the table manager.

Declaration
Java
void  useTableManager (O2GTableManagerMode mode, IO2GTableManagerListener listener)

Parameters
mode

The table manager mode. If you want to use table manager, the value of this parameter must be O2GTableManagerMode.YES.

listener

The instance of the class implementing the IO2GTableManagerListener interface. If your application does not use table manager listener, the value of this parameter is null.

Details

This method must be called before logging in to ForexConnect. By default the table manager mode is O2GTableManagerMode.NO.

Declared in O2GSession

back