Table of Contents

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

time int

Time

value decimal

Value

Remarks

Initializes a new instance of the PricePoint.

Properties

Time

Time.

public int Time { get; }

Property Value

int

Value

Value.

public decimal Value { get; }

Property Value

decimal