LightningChart .NET Help
Trading data provider to be used
Namespace:
Arction.CustomControls.Trader.WinForms
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
SyntaxPublic Enumeration DataProvider
public enum class DataProvider
Members|
| Member name | Value | Description |
|---|
| MarketStack | 0 |
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.
|
| WorldTradingData | 1 |
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.
|
| AlphaVantage | 2 |
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.
|
| UserDefined | 3 |
Requests trading data from user-defined provider. Prevents automatic calls to pre-defined data providers.
|
See Also