OrderReplaceDiagramElement
StockSharp.Diagram.Elements
Order replacing element.
Erbt von: OrderBaseDiagramElement
Konstruktoren
OrderReplaceDiagramElement()
Initializes a new instance of the OrderReplaceDiagramElement.
Eigenschaften
ShrinkPrice : bool
Shrink order price.
ZeroAsMarket : bool
Zero price makes market order.
Methoden
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.