PricePoint

StockSharp.Xaml

Ponto de preço.

Construtores

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

Ponto de preço.

time
Hora
value
Valor

Propriedades

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

Tempo.

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

Valor.