Class StrategyTradesDiagramElement
- Namespace
- StockSharp.Diagram.Elements
- Assembly
- StockSharp.Diagram.Core.dll
Strategy trades element.
[Display(ResourceType = typeof(LocalizedStrings), Name = "StrategyTrades", Description = "StrategyTradesElement", GroupName = "Common")]
public class StrategyTradesDiagramElement : DiagramElement, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
- Inheritance
-
StrategyTradesDiagramElement
- Implements
-
INotifyPropertiesChangedIPersistable
- Inherited Members
- Extension Methods
Constructors
StrategyTradesDiagramElement()
Initializes a new instance of the StrategyTradesDiagramElement.
public StrategyTradesDiagramElement()
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
OnReseted()
The method is called at re-initialisation of the diagram element state.
protected override void OnReseted()
OnStart(DateTimeOffset)
The method is called at the start of the diagram element algorithm.
protected override void OnStart(DateTimeOffset time)
Parameters
time
DateTimeOffset
OnStop()
The method is called at the stop of the diagram element algorithm.
protected override void OnStop()