static public field O2GTableManagerMode.YES

Brief

The constant represents the mode at which a session object uses a table manager.

Details

If a session uses the O2GTableManager, table updates must be captured in your implementation of the IO2GTableListener interface.
The mode provides access to calculated fields of the trading tables.

The mode must be set before the login by calling the O2GSession.useTableManager method. For example,

mSession.useTableManager(O2GTableManagerMode.YES, null);

Declared in O2GTableManagerMode

back