ISnapshotStorage
StockSharp.Algo.Storages
The interface for access to the storage of snapshot prices.
Implements: ISnapshotStorage
Methods
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.
Returns: All snapshots.