ISnapshotStorage
StockSharp.Algo.Storages
The interface for access to the storage of snapshot prices.
実装: ISnapshotStorage
メソッド
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.
戻り値: All snapshots.