DriveCache
StockSharp.Algo.Storages
IMarketDataDrive cache.
継承元: Disposable
実装: IPersistable
コンストラクター
DriveCache(IFileSystem)
Initializes a new instance of the DriveCache.
- fileSystem
- File system abstraction.
プロパティ
DefaultDrive : IMarketDataDrive
The storage used by default.
Drives : IEnumerable<IMarketDataDrive>
Available storages.
TryDefaultDrive : IMarketDataDrive
The storage used by default.
メソッド
DisposeManaged()
Release resources.
Update()
Invoke Changed event.
イベント
DriveDeleted : Action<IMarketDataDrive>
Storage removed event.
NewDriveCreated : Action<IMarketDataDrive>
New storage created event.