IMarketDataDrive

StockSharp.Algo.Storages

インターフェイスは、ストレージ(データベース、ファイルなど)を記述します。

実装: IPersistable, IDisposable

プロパティ

Path
public string Path { get; }
value = iMarketDataDrive.Path

市場データへのパス。

メソッド

GetAvailableDataTypesAsync
public IAsyncEnumerable<DataType> GetAvailableDataTypesAsync(SecurityId securityId, StorageFormats format)
result = iMarketDataDrive.GetAvailableDataTypesAsync(securityId, format)

利用可能なデータタイプをすべて取得します。

securityId
機器識別子。
format
フォーマットタイプ。

戻り値: データ型。

GetAvailableSecuritiesAsync
public IAsyncEnumerable<SecurityId> GetAvailableSecuritiesAsync()
result = iMarketDataDrive.GetAvailableSecuritiesAsync()

利用可能なすべての機器を入手してください。

戻り値: 利用可能な機器。

GetStorageDrive
public IMarketDataStorageDrive GetStorageDrive(SecurityId securityId, DataType dataType, StorageFormats format)
result = iMarketDataDrive.GetStorageDrive(securityId, dataType, format)

IMarketDataStorage のストレージを取得するには.

securityId
金融商品ID
dataType
データ型情報。
format
フォーマットタイプ。

戻り値: Storage for IMarketDataStorage.

LookupSecuritiesAsync
public IAsyncEnumerable<SecurityMessage> LookupSecuritiesAsync(SecurityLookupMessage criteria, ISecurityProvider securityProvider)
result = iMarketDataDrive.LookupSecuritiesAsync(criteria, securityProvider)

指定された基準で金融商品をダウンロードしてください。

criteria
特定基準のメッセージ財務機器の検索
securityProvider
機器に関する情報提供者

戻り値: 見つかった楽器のシーケンス。

VerifyAsync
public ValueTask VerifyAsync(CancellationToken cancellationToken)
result = iMarketDataDrive.VerifyAsync(cancellationToken)

設定を検証します。

cancellationToken
担当: 佐藤 宏

戻り値: 担当: 佐藤 宏