ISnapshotRegistry
StockSharp.Algo.Storages
The interface for snapshot storage registry.
方法
GetSnapshotStorage(DataType) : ISnapshotStorage
To get the snapshot storage.
- dataType
- DataType
返回值: The snapshot storage.
InitAsync(CancellationToken) : ValueTask
Initialize the storage.
- cancellationToken
- CancellationToken
返回值: ValueTask