Table of Contents

Interface ISnapshotHolder

Namespace
StockSharp.Algo
Assembly
StockSharp.Algo.dll

Interface, described snapshot holder.

public interface ISnapshotHolder
Extension Methods

Methods

GetSnapshot(ISubscriptionMessage)

Get snapshot for the specified data type and security.

IEnumerable<Message> GetSnapshot(ISubscriptionMessage subscription)

Parameters

subscription ISubscriptionMessage

Subscription.

Returns

IEnumerable<Message>

Snapshot.