Classes | |
| class | ATAS.Indicators.MarketDataSubscriptionRequest |
| Describes a live market-data subscription: the instrument and the data kinds. More... | |
| interface | ATAS.Indicators.IMarketDataSubscription |
| A live market-data subscription for one instrument. Dispose to release. More... | |
| interface | ATAS.Indicators.IInstrumentMarketDataProvider |
| 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... | |
Namespaces | |
| namespace | ATAS |
| namespace | ATAS.Indicators |
Enumerations | |
| enum | ATAS.Indicators.MarketDataSubscriptionTypes { ATAS.Indicators.Trades = 1 , ATAS.Indicators.BestBidAsk = 2 , ATAS.Indicators.MarketDepth = 4 } |
| Kinds of live market data an IMarketDataSubscription delivers. More... | |