Table of Contents

Interface IPriceChartDataProvider

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

Price chart data provider interface.

public interface IPriceChartDataProvider : IDisposable
Inherited Members
Extension Methods

Properties

MaxCount

Max possible items.

int MaxCount { get; set; }

Property Value

int

Methods

Get(Security, Level1Fields)

Get changes for Security.

PricePoint[] Get(Security security, Level1Fields field)

Parameters

security Security

Security.

field Level1Fields

Level1 field.

Returns

PricePoint[]

Price items collection.