PricePoint

StockSharp.Xaml

Preispunkt.

Konstruktoren

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

Preispunkt.

time
Uhrzeit
value
Wert

Eigenschaften

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

Uhrzeit.

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

Wert.