ISecurityMappingStorageProvider

StockSharp.Algo.Storages

金融機器識別子は、ストレージプロバイダをマッピングします。

実装: IDisposable

プロパティ

StorageNames
public IEnumerable<string> StorageNames { get; }
value = iSecurityMappingStorageProvider.StorageNames

保存名を取得する

メソッド

GetStorage
public ISecurityMappingStorage GetStorage(string storageName)
result = iSecurityMappingStorageProvider.GetStorage(storageName)

特定のストレージ名にストレージを取得します。

storageName
保管名。

戻り値: ストレージインスタンス。

InitAsync
public ValueTask<Dictionary<string, Exception>> InitAsync(CancellationToken cancellationToken)
result = iSecurityMappingStorageProvider.InitAsync(cancellationToken)

ストレージプロバイダを初期化します。

cancellationToken
担当: 佐藤 宏

戻り値: 記憶名でエラーを招く。 辞書を空にすると、問題なく初期化が始まる。