DriveCache
StockSharp.Algo.Storages
IMarketDataDrive cache.
Herda de: Disposable
Implementa: IPersistable
Construtores
DriveCache(IFileSystem)
Initializes a new instance of the DriveCache.
- fileSystem
- File system abstraction.
Propriedades
DefaultDrive : IMarketDataDrive
The storage used by default.
Drives : IEnumerable<IMarketDataDrive>
Available storages.
TryDefaultDrive : IMarketDataDrive
The storage used by default.
Métodos
DisposeManaged()
Release resources.
GetDrive(string) : IMarketDataDrive
To get the storage for .
- path
- Path.
Retorna: Market data storage.
Update()
Invoke Changed event.
Eventos
DriveDeleted : Action<IMarketDataDrive>
Storage removed event.
NewDriveCreated : Action<IMarketDataDrive>
New storage created event.