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>, ICollection<Security>, IEnumerable<Security>, IEnumerable, ISynchronizedCollection<Security>, ISynchronizedCollection, ISecurityStorage, ISecurityProvider, ISecurityMessageProvider
Inherited Members
Extension Methods