static public field O2GResponseType.TablesUpdates

Brief

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

Details

If your application uses the IO2GTableManager, 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 IO2GTableManager, initial trading tables information needs to be requested. After the response to the initial request is received, the server sends responses about tables updates automatically without any additional requests. The type of these responses is TablesUpdates. You must capture the response in your implementation of the IO2GResponseListener.onTablesUpdates method.

To process the contents of a response object of the TablesUpdates type, use an instance of the IO2GTablesUpdatesReader class.

Declared in O2GResponseType

back