PriceChartDataProvider

StockSharp.Xaml.GridControl

Price chart data provider.

Herda de: Disposable

Implementa: IPriceChartDataProvider, IDisposable

Construtores

PriceChartDataProvider(IMarketDataProvider)

Initializes a new instance of the PriceChartDataProvider.

provider
The market data provider.

Propriedades

Fields : Level1Fields[]

Level1 fields.

MaxCount : int

Max possible items.

RefreshPeriod : TimeSpan

Refresh chart data period.

Métodos

DisposeManaged()

Release resources.

Get(Security, Level1Fields) : PricePoint[]

Get changes for Security.

security
Security.
field
Level1 field.

Retorna: Price items collection.