ISnapshotRegistry

StockSharp.Algo.Storages

Die Schnittstelle für Snapshot Storage Registry.

Methoden

GetSnapshotStorage
public ISnapshotStorage GetSnapshotStorage(DataType dataType)
result = iSnapshotRegistry.GetSnapshotStorage(dataType)

Um den Snapshot-Speicher zu erhalten.

dataType
DataType

Rückgabe: Der Snapshot Storage.

InitAsync
public ValueTask InitAsync(CancellationToken cancellationToken)
result = iSnapshotRegistry.InitAsync(cancellationToken)

Initialisieren Sie die Speicherung.

cancellationToken
CancellationToken

Rückgabe: ValueTask