FilterableSecurityProvider

StockSharp.Algo

Provider of information about instruments supporting search using SecurityTrie.

継承元: Disposable

実装: ISecurityProvider, ISecurityMessageProvider

コンストラクター

FilterableSecurityProvider(ISecurityProvider)

Initializes a new instance of the FilterableSecurityProvider.

provider
Security meta info provider.

プロパティ

Count : int

Gets the count of pending messages.

メソッド

DisposeManaged()

Release resources.

LookupAsync(SecurityLookupMessage) : IAsyncEnumerable<Security>

Lookup securities by criteria .

criteria
Message security lookup for specified criteria.

戻り値: Found instruments.

LookupByIdAsync(SecurityId, CancellationToken) : ValueTask<Security>

To get the instrument by the identifier.

id
Security ID.
cancellationToken
CancellationToken

戻り値: The got instrument. If there is no instrument by given criteria, is returned.

イベント

Added : Action<IEnumerable<Security>>

The new native security identifier added to storage.

Cleared : Action

The storage was cleared.

Removed : Action<IEnumerable<Security>>

Instruments removed.