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