Table of Contents

Class MarketDepthSparsedDiagramElement

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

Sparsed market depth element.

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

Constructors

MarketDepthSparsedDiagramElement()

Initializes a new instance of the MarketDepthSparsedDiagramElement.

public MarketDepthSparsedDiagramElement()

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