static public field O2GTableManagerMode.No

Brief

The constant represents the mode in which a session object does not use a table manager.

Details

If a session does not use the IO2GTableManager, table updates must be captured by implementing the IO2GResponseListener.onTablesUpdates method.
The mode does not provide access to calculated fields of the trading tables.

It is the default mode of the table manager usage.

Declared in O2GTableManagerMode

back