ISnapshotStorage

StockSharp.Algo.Storages

The interface for access to the storage of snapshot prices.

Propiedades

Dates : IEnumerable<DateTime>

To get all the dates for which market data are recorded.

Métodos

Clear(object)

Remove snapshot for the specified key.

key
Key.
ClearAll()

Clear storage.

Get(object) : Message

Get snapshot for the specified key.

key
Key.

Devuelve: Snapshot.

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.

Devuelve: All snapshots.

Update(Message)

Update snapshot.

message
Message.