ConverterDiagramElement
StockSharp.Diagram.Elements
Composite value of a complex object receiving element.
继承自: TypedDiagramElement<ConverterDiagramElement>
构造函数
ConverterDiagramElement()
Initializes a new instance of the ConverterDiagramElement.
属性
SourceIndicator : Type
Get source indicator if any.
方法
DisposeManaged()
Release resources.
OnInputSocketConnected(DiagramSocket, DiagramSocket)
The method is called when the input socket is connected.
- socket
- The diagram element socket.
- source
- The source diagram element socket.
OnInputSocketDisconnected(DiagramSocket, DiagramSocket)
The method is called when the input socket is disconnected.
- socket
- The diagram element socket.
- source
- The source diagram element socket.
OnPrepare()
To prepare for starting the diagram element algorithm.
OnProcess(DiagramSocketValue)
The method is called at the processing of the new incoming value.
- value
- The processed value.
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.
TypeChanged()
The method is called when the data type is changed.