ISnapshotStorage
StockSharp.Algo.Storages
The interface for access to the storage of snapshot prices.
Propriedades
Dates : IEnumerable<DateTime>
To get all the dates for which market data are recorded.
Métodos
ClearAll()
Clear storage.
GetAll(DateTime?, DateTime?) : IEnumerable<Message>
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.