OrderReplaceDiagramElement

StockSharp.Diagram.Elements

Order replacing element.

Inherits: OrderBaseDiagramElement

Constructors

OrderReplaceDiagramElement()

Initializes a new instance of the OrderReplaceDiagramElement.

Properties

IconName : string

Icon resource name.

ShrinkPrice : bool

Shrink order price.

TypeId : Guid

Type id.

ZeroAsMarket : bool

Zero price makes market order.

Methods

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.