PricePoint

StockSharp.Xaml

Price point.

Constructors

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

Price point.

time
Time
value
Value

Properties

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

Time.

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

Value.