MathDiagramElement

StockSharp.Diagram.Elements

Formula with two arguments element.

Hereda de: DiagramElement

Constructores

MathDiagramElement()

Initializes a new instance of the MathDiagramElement.

Propiedades

Expression : string

Expression.

IconName : string

Icon resource name.

TypeId : Guid

Type id.

Validation : string

Validation.

Métodos

OnPrepare()

To prepare for starting the diagram element algorithm.

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.