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
-
INotifyPropertiesChangedIPersistable
- Inherited Members
- Extension Methods
Constructors
TradesDiagramElement()
public TradesDiagramElement()
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
Methods
OnCreateSubscription(Security)
The method is called at the subscribing to market data.
protected override Subscription OnCreateSubscription(Security security)
Parameters
Returns
- Subscription
Subscription.