public method IO2GResponseReaderFactory.createMarketDataSnapshotReader

Brief

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

Declaration
C++
virtual IO2GMarketDataSnapshotResponseReader createMarketDataSnapshotReader (IO2GResponse *response) = 0

Parameters
response

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

Details

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

Declared in IO2GResponseReaderFactory

back