static public field O2GTableManagerMode.NO

Brief

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

Details

If a session does not use the O2GTableManager, table updates must be captured in your implementation of the IO2GResponseListener.onTablesUpdates method.
The mode does not provide access to calculated fields of the trading tables.

The mode is the default mode of the table manager usage.

Declared in O2GTableManagerMode

back