dxFeed .Net API
7.1.0
dxFeed .Net API library intended to provide market data access for DX clients
|
Public Member Functions | |
OrderViewSubscription (NativeConnection connection, IDxOrderViewListener listener) | |
Constructor More... | |
void | AddSymbol (string symbol) |
Add symbol to subscription. | |
void | AddSymbol (CandleSymbol symbol) |
This method is not allowed. Throws exception. More... | |
void | AddSymbols (params string[] symbols) |
Add multiply symbols to subscription. | |
void | AddSymbols (params CandleSymbol[] symbols) |
This method is not allowed. Throws exception. More... | |
void | RemoveSymbols (params string[] symbols) |
Remove multiply symbols from subscription. | |
void | RemoveSymbols (params CandleSymbol[] symbols) |
This method is not allowed. Throws exception. More... | |
void | SetSymbols (params string[] symbols) |
Set multiply symbols to subscription. | |
void | SetSymbols (params CandleSymbol[] symbols) |
Inherited from IDxSubscription This method is not allowed. Throws exception. More... | |
void | Clear () |
Clear all symbols from subscription. More... | |
IList< string > | GetSymbols () |
Get all symbols from subscription. | |
void | AddSource (params string[] sources) |
Add events.OrderSource to subscription. | |
void | SetSource (params string[] sources) |
Remove existing events.OrderSource from subscription and set new. | |
void | Dispose () |
This code added to correctly implement the disposable pattern. More... | |
void | OnOrder< TB, TE > (TB buf) |
On Order event received. More... | |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
This code added to correctly implement the disposable pattern. More... | |
Client will be notified about first combined snapshot from different sources, and, after that, about separate orders
|
inline |
Constructor
connection | IDxConnection connection |
listener | OrderView listener |
|
inline |
This method is not allowed. Throws exception.
Add candle symbol to subscription.
T:System.InvalidOperationException | Candle symbols is not allowed for T:com.dxfeed.native.OrderViewSubscription |
Implements com.dxfeed.api.IDxSubscription.
|
inline |
This method is not allowed. Throws exception.
Add multiply candle symbols to subscription.
T:System.InvalidOperationException | Candle symbols is not allowed for T:com.dxfeed.native.OrderViewSubscription |
Implements com.dxfeed.api.IDxSubscription.
|
inline |
Clear all symbols from subscription.
DxException |
Implements com.dxfeed.api.IDxSubscription.
|
inlineprotectedvirtual |
This code added to correctly implement the disposable pattern.
|
inline |
This code added to correctly implement the disposable pattern.
|
inline |
On Order event received.
TB | Event buffer type. |
TE | Event type. |
buf | Event buffer object. |
Implements com.dxfeed.api.IDxOrderListener.
TB | : | IDxEventBuf<TE> | |
TE | : | IDxOrder |
|
inline |
This method is not allowed. Throws exception.
Remove multiply symbols from subscription.
T:System.InvalidOperationException | Candle symbols is not allowed for T:com.dxfeed.native.OrderViewSubscription |
Implements com.dxfeed.api.IDxSubscription.
|
inline |
Inherited from IDxSubscription This method is not allowed. Throws exception.
symbols | list of symbols |
InvalidOperationException | Candle symbols is not allowed for OrderViewSubscription |
Implements com.dxfeed.api.IDxSubscription.