ISecurityMessageProvider
StockSharp.Messages
The interface for access to provider of information about instruments.
Métodos
LookupMessageByIdAsync(SecurityId, CancellationToken) : ValueTask<SecurityMessage>
To get the instrument by the identifier.
- id
- Security ID.
- cancellationToken
- CancellationToken
Devuelve: The got instrument. If there is no instrument by given criteria, is returned.
LookupMessagesAsync(SecurityLookupMessage) : IAsyncEnumerable<SecurityMessage>
Lookup securities by criteria .
- criteria
- Message security lookup for specified criteria.
Devuelve: Found instruments.