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
-
INotifyPropertiesChangedIPersistable
- Inherited Members
- Extension Methods
Constructors
MarketDepthDiagramElement()
public MarketDepthDiagramElement()
Properties
IconName
Icon resource name.
public override string IconName { get; }
Property Value
SupportEmptyDepth
Translates empty depth.
public bool SupportEmptyDepth { get; set; }
Property Value
Remarks
The default is off.
TypeId
The unique identifier of the diagram element type.
public override Guid TypeId { get; }
Property Value
Methods
OnCreateSubscription(Security)
The method is called at the subscribing to market data.
protected override Subscription OnCreateSubscription(Security security)
Parameters
Returns
- Subscription
Subscription.