IMarketDataDrive

StockSharp.Algo.Storages

The interface, describing the storage (database, file etc.).

実装: IPersistable, IDisposable

プロパティ

Path : string

Path to market data.

メソッド

GetAvailableDataTypesAsync(SecurityId, StorageFormats) : IAsyncEnumerable<DataType>

Get all available data types.

securityId
Instrument identifier.
format
Format type.

戻り値: Data types.

GetAvailableSecuritiesAsync() : IAsyncEnumerable<SecurityId>

Get all available instruments.

戻り値: Available instruments.

GetStorageDrive(SecurityId, DataType, StorageFormats) : IMarketDataStorageDrive

To get the storage for IMarketDataStorage.

securityId
Security ID.
dataType
Data type info.
format
Format type.

戻り値: 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.

戻り値: The sequence of found instruments.

VerifyAsync(CancellationToken) : ValueTask

Verify settings.

cancellationToken
CancellationToken

戻り値: ValueTask