class O2GResponseReaderFactory

Parents
System.IDisposable

Brief

The interface to the factory of response readers.

Details

This interface is used to create an object which can be used to read the content of the response object.

Use the O2GSession.getResponseReaderFactory() method to get an instance of this interface. Please note that the same session object which actually received the response must be used.

The type defined in the fxcore2.dll assembly. The namespace is fxcore2.

Public Methods

createAccountsTableReader

Creates the reader for the Accounts table response.

createClosedTradesTableReader

Creates the reader for the Closed Trades table response.

createCommandResponseReader

Creates the reader for the command response.

createMarketDataSnapshotReader

Creates the reader for the market data snapshot response.

createMessagesTableReader

Creates the reader for the Messages table response.

createOffersTableReader

Creates the reader for the refresh offers table command/offers refresh in TablesUpdates.

createOrderResponseReader

Creates the reader for the order response.

createOrdersTableReader

Creates the reader for the Orders table response.

createSystemPropertiesReader

Creates the reader of the system properties.

createTablesUpdatesReader

Creates the reader for tables updates.

createTradesTableReader

Creates the reader for the Trades table response.

Dispose

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

back