Class Level1DiagramElement
- Namespace
- StockSharp.Diagram.Elements
- Assembly
- StockSharp.Diagram.Core.dll
The Level1 element.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Level1", Description = "Level1ElementDescription", GroupName = "Sources")]
public class Level1DiagramElement : SubscriptionDiagramElement, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
- Inheritance
-
Level1DiagramElement
- Implements
-
INotifyPropertiesChangedIPersistable
- Inherited Members
- Extension Methods
Constructors
Level1DiagramElement()
Initializes a new instance of the Level1DiagramElement.
public Level1DiagramElement()
Properties
IconName
Icon resource name.
public override string IconName { get; }
Property Value
TypeId
The unique identifier of the diagram element type.
public override Guid TypeId { get; }
Property Value
ValueType
Level1 field.
public Level1Fields? ValueType { get; set; }
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.