Table of Contents

Interface IBasketMarketDataStorageInnerList

Namespace
StockSharp.Algo.Storages
Assembly
StockSharp.Algo.dll

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

public interface IBasketMarketDataStorageInnerList : ISynchronizedCollection<IMarketDataStorage>, ISynchronizedCollection, ICollection<IMarketDataStorage>, IEnumerable<IMarketDataStorage>, IEnumerable
Inherited Members
Extension Methods

Methods

Add(IMarketDataStorage, long)

Add inner storage with the specified request id.

void Add(IMarketDataStorage storage, long transactionId)

Parameters

storage IMarketDataStorage

Market-data storage.

transactionId long

The subscription identifier.

Remove(long)

Remove inner storage.

void Remove(long originalTransactionId)

Parameters

originalTransactionId long

The subscription identifier.