public method O2GResponseReaderFactory.createMarketDataSnapshotReader

Brief

Creates a reader to process a response to a request for historical pricing information.

Declaration
Java
O2GMarketDataSnapshotResponseReader  createMarketDataSnapshotReader (O2GResponse response)

Parameters
response

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

Details

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

Declared in O2GResponseReaderFactory

back