Class QuotesBinarySnapshotSerializer
- Namespace
- StockSharp.Algo.Storages.Binary.Snapshot
- Assembly
- StockSharp.Algo.dll
Implementation of ISnapshotSerializer<TKey, TMessage> in binary format for QuoteChangeMessage.
public class QuotesBinarySnapshotSerializer : ISnapshotSerializer<SecurityId, QuoteChangeMessage>
- Inheritance
-
QuotesBinarySnapshotSerializer
- Implements
- Inherited Members
- Extension Methods
Constructors
QuotesBinarySnapshotSerializer()
public QuotesBinarySnapshotSerializer()
Properties
MaxDepth
The maximum depth of order book.
public int? MaxDepth { get; set; }
Property Value
- int?