dxFeed .Net API
7.1.0
dxFeed .Net API library intended to provide market data access for DX clients
|
Public Member Functions | |
NativeRegionalBook (NativeConnection connection, string symbol, IDxRegionalBookListener bookListener, IDxQuoteListener quoteListener) | |
Creates the new regional book instance More... | |
void | Dispose () |
Disposes the regional book More... | |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
|
inline |
Creates the new regional book instance
Don't call this constructor inside any listeners and callbacks of NativeSubscription, NativeConnection, NativeRegionalBook, NativeSnapshotSubscription classes
connection | The current connection |
symbol | The book symbol |
bookListener | The book listener implementation |
quoteListener | The quote listener implementation |
ArgumentException |
|
inline |
Disposes the regional book
Don't call this method inside any listeners and callbacks of NativeSubscription, NativeConnection, NativeRegionalBook, NativeSnapshotSubscription classes