Table of Contents

Class MarketDepthTruncateDiagramElement

Namespace
StockSharp.Diagram.Elements
Assembly
StockSharp.Diagram.Core.dll

Truncate market depth element.

[Display(ResourceType = typeof(LocalizedStrings), Name = "TruncatedBook", Description = "TruncatedBookDesc", GroupName = "MarketDepths")]
public class MarketDepthTruncateDiagramElement : DiagramElement, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
Inheritance
MarketDepthTruncateDiagramElement
Implements
INotifyPropertiesChanged
IPersistable
Inherited Members
Extension Methods

Constructors

MarketDepthTruncateDiagramElement()

Initializes a new instance of the MarketDepthTruncateDiagramElement.

public MarketDepthTruncateDiagramElement()

Properties

IconName

Icon resource name.

public override string IconName { get; }

Property Value

string

MaxDepth

Max depth.

public int MaxDepth { get; set; }

Property Value

int

TypeId

The unique identifier of the diagram element type.

public override Guid TypeId { get; }

Property Value

Guid