Table of Contents

Interface IStorageSecurityList

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

The interface for access to the instrument storage.

public interface IStorageSecurityList : IStorageEntityList<Security>, INotifyList<Security>, INotifyCollection<Security>, IList<Security>, ISynchronizedCollection<Security>, ICollection<Security>, IEnumerable<Security>, IEnumerable, ISynchronizedCollection, ISecurityStorage, ISecurityProvider, ISecurityMessageProvider
Inherited Members
Extension Methods