FlagDiagramElement
StockSharp.Diagram.Elements
A diagram element in the form of a Flag. It is set and reset based on the incoming sockets. The output value is transmitted only in the case of the initial setting of the flag.
Inherits: DiagramElement
Constructors
FlagDiagramElement
public FlagDiagramElement()
flagDiagramElement = FlagDiagramElement()
Initializes a new instance of the FlagDiagramElement.
Properties
IconName
public override string IconName { get; }
value = flagDiagramElement.IconName
Icon resource name.
TypeId
public override Guid TypeId { get; }
value = flagDiagramElement.TypeId
The unique identifier of the diagram element type.
Methods
OnReseted
protected override void OnReseted()
flagDiagramElement.OnReseted()
The method is called at re-initialisation of the diagram element state.