Table of Contents

Class MarketDepthDiagramElement

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

Security market depth changes receiving element.

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

Constructors

MarketDepthDiagramElement()

public MarketDepthDiagramElement()

Properties

IconName

Icon resource name.

public override string IconName { get; }

Property Value

string

SupportEmptyDepth

Translates empty depth.

public bool SupportEmptyDepth { get; set; }

Property Value

bool

Remarks

The default is off.

TypeId

The unique identifier of the diagram element type.

public override Guid TypeId { get; }

Property Value

Guid

Methods

OnCreateSubscription(Security)

The method is called at the subscribing to market data.

protected override Subscription OnCreateSubscription(Security security)

Parameters

security Security

Security

Returns

Subscription

Subscription.