Provides indicators with live market data (trades, best bid/ask, order book) of other instruments, with the same lifecycle guarantees as the candle series API: subscriptions are disposable, and everything an indicator leaves behind is released when it detaches from the chart.
More...
|
| bool | IsAvailable [get] |
| | False when the host cannot serve market-data subscriptions at all.
|
| |
Provides indicators with live market data (trades, best bid/ask, order book) of other instruments, with the same lifecycle guarantees as the candle series API: subscriptions are disposable, and everything an indicator leaves behind is released when it detaches from the chart.
◆ SubscribeMarketData()
Starts a live market-data subscription. Dispose the returned handle to release it.
- Exceptions
-
| ArgumentException | The requested instrument cannot be resolved. |
| InvalidOperationException | The per-indicator limit is exceeded, the indicator is detached, or a tariff wall blocks the request. |
◆ IsAvailable
| bool ATAS.Indicators.IInstrumentMarketDataProvider.IsAvailable |
|
get |
False when the host cannot serve market-data subscriptions at all.
The documentation for this interface was generated from the following file: