Loading...
Searching...
No Matches
ATAS.Indicators.IInstrumentMarketDataProvider Interface Reference

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...

Public Member Functions

IMarketDataSubscription SubscribeMarketData (MarketDataSubscriptionRequest request)
 Starts a live market-data subscription. Dispose the returned handle to release it.
 

Properties

bool IsAvailable [get]
 False when the host cannot serve market-data subscriptions at all.
 

Detailed Description

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.

Member Function Documentation

◆ SubscribeMarketData()

IMarketDataSubscription ATAS.Indicators.IInstrumentMarketDataProvider.SubscribeMarketData ( MarketDataSubscriptionRequest  request)

Starts a live market-data subscription. Dispose the returned handle to release it.

Exceptions
ArgumentExceptionThe requested instrument cannot be resolved.
InvalidOperationExceptionThe per-indicator limit is exceeded, the indicator is detached, or a tariff wall blocks the request.

Property Documentation

◆ 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: