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
Syntaxpublic override SecurityInfo[] ParseSearchResponse(
string response
)
Public Overrides Function ParseSearchResponse (
response As String
) As SecurityInfo()
public:
virtual array<SecurityInfo^>^ ParseSearchResponse(
String^ response
) override
Parameters
- response
- Type: SystemString
Response string
Return Value
Type:
SecurityInfoSecurity info array
See Also