ISnapshotStorage

StockSharp.Algo.Storages

The interface for access to the storage of snapshot prices.

Implements: ISnapshotStorage

Methods

Clear(T)

Remove snapshot for the specified key.

key
Key.
Get(T) : T

Get snapshot for the specified key.

key
Key.

Returns: Snapshot.

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.