DiagramSocketValue
StockSharp.Diagram
The value for the connection.
Constructors
DiagramSocketValue
public DiagramSocketValue(DiagramSocket socket, DateTime time, object value, DiagramSocketValue source, Subscription subscription)
diagramSocketValue = DiagramSocketValue(socket, time, value, source, subscription)
The value for the connection.
- socket
- Connection.
- time
- Time.
- value
- Value.
- source
- The source value.
- subscription
- Subscription.
Properties
Source
public DiagramSocketValue Source { get; }
value = diagramSocketValue.Source
The source value.
Subscription
public Subscription Subscription { get; }
value = diagramSocketValue.Subscription
Subscription.
Methods
GetValue``1
public T GetValue<T>(bool canNull)
result = diagramSocketValue.GetValue(canNull)
To get the value for the connection.
Returns: Value.
ToString
public override string ToString()
result = diagramSocketValue.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.