SnapshotRegistry
StockSharp.Algo.Storages
即时shot存储注册.
继承自: Disposable
构造函数
SnapshotRegistry
public SnapshotRegistry(string path)
snapshotRegistry = SnapshotRegistry(path)
初始化了 & ##SnapshotRegistry+# 类的新实例 。
- path
- 存储路径 。
SnapshotRegistry
public SnapshotRegistry(IFileSystem fileSystem, string path)
snapshotRegistry = SnapshotRegistry(fileSystem, path)
即时shot存储注册.
- fileSystem
- 文件系统。
- path
- 存储路径 。