Table of Contents

Class MarketDepthGroupedDiagramElement

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

Grouped market depth element.

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

Constructors

MarketDepthGroupedDiagramElement()

Initializes a new instance of the MarketDepthGroupedDiagramElement.

public MarketDepthGroupedDiagramElement()

Properties

IconName

Icon resource name.

public override string IconName { get; }

Property Value

string

PriceRange

Price range.

public Unit PriceRange { get; set; }

Property Value

Unit

TypeId

The unique identifier of the diagram element type.

public override Guid TypeId { get; }

Property Value

Guid