Click or drag to resize

DataProvider Enumeration

LightningChart .NET Help
Trading data provider to be used

Namespace:  Arction.CustomControls.Trader.WPF
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public enum DataProvider
Members
  Member nameValueDescription
MarketStack0 Use pre-defined MarketStack service to fetch trading data. If a customer-specific API key should be used, use SetRestApiKey -method to set the key.
WorldTradingData1 Use pre-defined WorldTradingData.com service to fetch trading data. If a customer-specific API key should be used, use SetRestApiKey -method to set the key. NOTE: WorldTradingData service is currently offline / not working properly.
AlphaVantage2 Use pre-defined AlphaVantage.co service to fetch trading data. If a customer-specific API key should be used, use SetRestApiKey -method to set the key.
UserDefined3 Requests trading data from user-defined provider. Prevents automatic calls to pre-defined data providers.
See Also