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
IMarketDataProviderThe market data provider.
Properties
Fields
Level1 fields.
public Level1Fields[] Fields { get; set; }
Property Value
MaxCount
Max possible items.
public int MaxCount { get; set; }
Property Value
RefreshPeriod
Refresh chart data period.
public TimeSpan RefreshPeriod { get; set; }
Property Value
Methods
DisposeManaged()
Release resources.
protected override void DisposeManaged()
Get(Security, Level1Fields)
Get changes for Security.
public PricePoint[] Get(Security security, Level1Fields field)
Parameters
security
SecuritySecurity.
field
Level1FieldsLevel1 field.
Returns
- PricePoint[]
Price items collection.