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