PricePoint

StockSharp.Xaml

Punto de precio.

Constructores

PricePoint
public PricePoint(int time, decimal value)
pricePoint = PricePoint(time, value)

Punto de precio.

time
Hora
value
Valor

Propiedades

Time
public int Time { get; }
value = pricePoint.Time

Tiempo.

Value
public decimal Value { get; }
value = pricePoint.Value

Valor.