public method O2GResponseReaderFactory.createTablesUpdatesReader

Brief

Creates a reader to process a table update response that is provided by the trading server automatically.

Declaration
Java
O2GTablesUpdatesReader  createTablesUpdatesReader (O2GResponse response)

Parameters
response

A response object. The response must have the TABLES_UPDATES type.

Details

it The method returns an instance of the reader or null in the case of the response having a wrong type or it is broken.

Declared in O2GResponseReaderFactory

back