PriceChartDataProvider

StockSharp.Xaml.GridControl

Price chart data provider.

継承元: Disposable

実装: IPriceChartDataProvider, IDisposable

コンストラクター

PriceChartDataProvider(IMarketDataProvider)

Initializes a new instance of the PriceChartDataProvider.

provider
The market data provider.

プロパティ

Fields : Level1Fields[]

Level1 fields.

MaxCount : int

Max possible items.

RefreshPeriod : TimeSpan

Refresh chart data period.

メソッド

DisposeManaged()

Release resources.

Get(Security, Level1Fields) : PricePoint[]

Get changes for Security.

security
Security.
field
Level1 field.

戻り値: Price items collection.