class O2GTablesUpdatesReader

Parents
System.IDisposable

Brief

The interface to the reader of tables updates.

Details

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

Public Properties

Count

Gets the number of table updates.

ServerTime

Gets the date and time when the update was generated on the server.

Public Methods

Dispose

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

getAccountRow

Gets the interface to the account row.

getClosedTradeRow

Gets the interface to the close trade row.

getMessageRow

Gets the interface to the message row.

getOfferRow

Gets the interface to the offer row.

getOrderRow

Gets the interface to the order row.

getTradeRow

Gets the interface to the trade row.

getUpdateTable

Gets the table which is updated.

getUpdateType

Gets the type of the update.

back