Class MarketDepthGroupedDiagramElement
- Namespace
- StockSharp.Diagram.Elements
- Assembly
- StockSharp.Diagram.Core.dll
Grouped market depth element.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Grouped", Description = "GroupedMarketDepth", GroupName = "MarketDepths")]
public class MarketDepthGroupedDiagramElement : DiagramElement, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
- Inheritance
-
MarketDepthGroupedDiagramElement
- Implements
-
INotifyPropertiesChangedIPersistable
- 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
PriceRange
Price range.
public decimal PriceRange { get; set; }
Property Value
TypeId
The unique identifier of the diagram element type.
public override Guid TypeId { get; }