Table of Contents

Class TradesDiagramElement

Namespace
StockSharp.Diagram.Elements
Assembly
StockSharp.Diagram.Core.dll

Security new trades receiving element.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Ticks", Description = "TickTrade", GroupName = "Sources")]
public class TradesDiagramElement : SubscriptionDiagramElement, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
Inheritance
TradesDiagramElement
Implements
INotifyPropertiesChanged
IPersistable
Inherited Members
Extension Methods

Constructors

TradesDiagramElement()

public TradesDiagramElement()

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

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.