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