ISnapshotRegistry

StockSharp.Algo.Storages

The interface for snapshot storage registry.

Methods

GetSnapshotStorage
public ISnapshotStorage GetSnapshotStorage(DataType dataType)
result = iSnapshotRegistry.GetSnapshotStorage(dataType)

To get the snapshot storage.

dataType
DataType

Returns: The snapshot storage.

InitAsync
public ValueTask InitAsync(CancellationToken cancellationToken)
result = iSnapshotRegistry.InitAsync(cancellationToken)

Initialize the storage.

cancellationToken
CancellationToken

Returns: ValueTask