static public field O2GResponseType.TABLES_UPDATES

Brief

The constant represents a table updates response that is provided by the trading server automatically.

Details

If your application uses the O2GTableManager, the trading tables updates are provided automatically and must be captured in the methods of the class implementing the IO2GTableListener interface.

If your application does not use the O2GTableManager, initial trading tables information needs to be requested. After the response for the initial request is received, the server sends responses about tables updates automatically without an additional request. The type of these responses is TABLES_UPDATES. You must capture the response in your implementation of the IO2GResponseListener.onTablesUpdates method.

To process the contents of a response object of the TABLES_UPDATES type, use an instance of the O2GTablesUpdatesReader class.

Declared in O2GResponseType

back