Table of Contents

Class PriceChartDataProvider

Namespace
StockSharp.Xaml.GridControl
Assembly
StockSharp.Xaml.dll

Price chart data provider.

public class PriceChartDataProvider : Disposable, IPriceChartDataProvider, IDisposable
Inheritance
PriceChartDataProvider
Implements
Extension Methods

Constructors

PriceChartDataProvider(IMarketDataProvider)

Initializes a new instance of the PriceChartDataProvider.

public PriceChartDataProvider(IMarketDataProvider provider)

Parameters

provider IMarketDataProvider

The market data provider.

Properties

Fields

Level1 fields.

public Level1Fields[] Fields { get; set; }

Property Value

Level1Fields[]

MaxCount

Max possible items.

public int MaxCount { get; set; }

Property Value

int

RefreshPeriod

Refresh chart data period.

public TimeSpan RefreshPeriod { get; set; }

Property Value

TimeSpan

Methods

DisposeManaged()

Release resources.

protected override void DisposeManaged()

Get(Security, Level1Fields)

Get changes for Security.

public PricePoint[] Get(Security security, Level1Fields field)

Parameters

security Security

Security.

field Level1Fields

Level1 field.

Returns

PricePoint[]

Price items collection.