Table of Contents

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

time int

Time

value decimal

Value

Properties

Time

Time.

public int Time { get; }

Property Value

int

Value

Value.

public decimal Value { get; }

Property Value

decimal