OrderMassCancelDiagramElement

StockSharp.Diagram.Elements

Order mass cancelling element.

Inherits: OrderBaseDiagramElement

Constructors

OrderMassCancelDiagramElement
public OrderMassCancelDiagramElement()
orderMassCancelDiagramElement = OrderMassCancelDiagramElement()

Initializes a new instance of the OrderMassCancelDiagramElement.

Properties

Direction
public Sides? Direction { get; set; }
value = orderMassCancelDiagramElement.Direction
orderMassCancelDiagramElement.Direction = value

Direction.

IconName
public override string IconName { get; }
value = orderMassCancelDiagramElement.IconName

Icon resource name.

TypeId
public override Guid TypeId { get; }
value = orderMassCancelDiagramElement.TypeId

The unique identifier of the diagram element type.

Methods

OnProcess
protected override void OnProcess(DateTime time, IDictionary<DiagramSocket, DiagramSocketValue> values, DiagramSocketValue source)
orderMassCancelDiagramElement.OnProcess(time, values, source)

The method is called at the processing of the new incoming values.

time
Time.
values
Values.
source
Source value.
OnReseted
protected override void OnReseted()
orderMassCancelDiagramElement.OnReseted()

The method is called at re-initialisation of the diagram element state.

OnStart
protected override void OnStart(DateTime time)
orderMassCancelDiagramElement.OnStart(time)

The method is called at the start of the diagram element algorithm.

OnStop
protected override void OnStop()
orderMassCancelDiagramElement.OnStop()

The method is called at the stop of the diagram element algorithm.