Click or drag to resize

AlphaVantageDataProviderParseSearchResponse Method

LightningChart .NET Help
Parse the search response

Namespace:  Arction.CustomControls.Trader.WinForms.DataProviders
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public override SecurityInfo[] ParseSearchResponse(
	string response
)

Parameters

response
Type: SystemString
Response string

Return Value

Type: SecurityInfo
Security info array
See Also