INativeIdStorageProvider

StockSharp.Algo.Storages

instrumento financiero proveedor de almacenamiento de identificadores nativos.

Implementa: IAsyncDisposable

Métodos

GetStorage
public INativeIdStorage GetStorage(string storageName)
result = iNativeIdStorageProvider.GetStorage(storageName)

Obtener almacenamiento para un nombre específico de almacenamiento.

storageName
Nombre de almacenamiento.

Devuelve: Caso de almacenamiento.

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

Inicializar el proveedor de almacenamiento.

cancellationToken
CancellationToken

Devuelve: Posibles errores con nombres de almacenamiento. El diccionario vacío significa inicialización sin ningún problema.