Class PricePoint
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
Price point.
public class PricePoint
- Inheritance
-
PricePoint
- Inherited Members
- Extension Methods
Constructors
PricePoint(int, decimal)
Initializes a new instance of the PricePoint.
public PricePoint(int time, decimal value)
Parameters
Properties
Time
Time.
public int Time { get; }
Property Value
Value
Value.
public decimal Value { get; }