ISnapshotStorage
StockSharp.Algo.Storages
The interface for access to the storage of snapshot prices.
Implementa: ISnapshotStorage
Métodos
GetAll(DateTime?, DateTime?) : IEnumerable<T>
Get all snapshots.
- from
- Start date, from which data needs to be retrieved.
- to
- End date, until which data needs to be retrieved.
Retorna: All snapshots.