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
ISubscriptionMessageSubscription.
Returns
- IEnumerable<Message>
Snapshot.