static public field O2GTableManagerMode.Yes
Brief
The constant represents the mode in which a session object uses a table manager.
Details
If a session uses the IO2GTableManager, table updates must be captured by implementing 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 IO2GSession.useTableManager method.
For example,
mSession.useTableManager(O2GTableManagerMode.YES, null);
Declared in O2GTableManagerMode