Table of Contents

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
INotifyPropertiesChanged
IPersistable
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

string

TypeId

The unique identifier of the diagram element type.

public override Guid TypeId { get; }

Property Value

Guid

ValueType

Level1 field.

public Level1Fields? ValueType { get; set; }

Property Value

Level1Fields?

Methods

OnCreateSubscription(Security)

The method is called at the subscribing to market data.

protected override Subscription OnCreateSubscription(Security security)

Parameters

security Security

Security

Returns

Subscription

Subscription.