OrderMassCancelDiagramElement

StockSharp.Diagram.Elements

Order mass cancelling element.

继承自: OrderBaseDiagramElement

构造函数

OrderMassCancelDiagramElement()

Initializes a new instance of the OrderMassCancelDiagramElement.

属性

Direction : Sides?

Direction.

IconName : string

Icon resource name.

TypeId : Guid

Type id.

方法

OnProcess(DateTime, IDictionary<DiagramSocket, DiagramSocketValue>, DiagramSocketValue)

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

time
Time.
values
Values.
source
Source value.
OnReseted()

It is called from the Reset method.

OnStart(DateTime)

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

OnStop()

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