IMarketDataDrive
StockSharp.Algo.Storages
The interface, describing the storage (database, file etc.).
Implementa: IPersistable, IDisposable
Propriedades
Métodos
GetAvailableDataTypesAsync(SecurityId, StorageFormats) : IAsyncEnumerable<DataType>
Get all available data types.
- securityId
- Instrument identifier.
- format
- Format type.
Retorna: Data types.
GetAvailableSecuritiesAsync() : IAsyncEnumerable<SecurityId>
Get all available instruments.
Retorna: Available instruments.
GetStorageDrive(SecurityId, DataType, StorageFormats) : IMarketDataStorageDrive
To get the storage for IMarketDataStorage.
- securityId
- Security ID.
- dataType
- Data type info.
- format
- Format type.
Retorna: Storage for IMarketDataStorage.
LookupSecuritiesAsync(SecurityLookupMessage, ISecurityProvider) : IAsyncEnumerable<SecurityMessage>
Download securities by the specified criteria.
- criteria
- Message security lookup for specified criteria.
- securityProvider
- The provider of information about instruments.
Retorna: The sequence of found instruments.
VerifyAsync(CancellationToken) : ValueTask
Verify settings.
- cancellationToken
- CancellationToken
Retorna: ValueTask