InMemorySecurityMappingStorageProvider
StockSharp.Algo.Storages
メモリ金融機器識別子では、ストレージプロバイダをマッピングします。
継承元: Disposable
実装: ISecurityMappingStorageProvider, IDisposable
プロパティ
StorageNames
public IEnumerable<string> StorageNames { get; }
value = inMemorySecurityMappingStorageProvider.StorageNames
保存名を取得する
メソッド
DisposeManaged
protected override void DisposeManaged()
inMemorySecurityMappingStorageProvider.DisposeManaged()
リソースのリリース
GetStorage
public ISecurityMappingStorage GetStorage(string storageName)
result = inMemorySecurityMappingStorageProvider.GetStorage(storageName)
特定のストレージ名にストレージを取得します。
- storageName
- 保管名。
戻り値: ストレージインスタンス。
InitAsync
public ValueTask<Dictionary<string, Exception>> InitAsync(CancellationToken cancellationToken)
result = inMemorySecurityMappingStorageProvider.InitAsync(cancellationToken)
ストレージを初期化します。
- cancellationToken
- 担当: 佐藤 宏
戻り値: Possible errors with storage names. Empty dictionary means initialization without any issues.