IBasketMarketDataStorageInnerList

StockSharp.Algo.Storages

The interface, describing a list of embedded storages of market data.

Реализует: ISynchronizedCollection<IMarketDataStorage>, ISynchronizedCollection, ISynchronizable, ICollection<IMarketDataStorage>, IEnumerable<IMarketDataStorage>, IEnumerable

Методы

Add(IMarketDataStorage, long)

Add inner storage with the specified request id.

storage
Market-data storage.
transactionId
The subscription identifier.
Remove(long)

Remove inner storage.

originalTransactionId
The subscription identifier.