 | IProductLookupResourceGetAsync Method (String, SecurityType, MarketParameters) |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Looks up an exchange and symbol based on company name and security type.
Namespace: ETradeNet.Market.ProductLookupAssembly: ETradeNet.Market (in ETradeNet.Market.dll) Version: 1.0.5793.41727
SyntaxTask<IGetResponse> GetAsync(
string company,
SecurityType type,
MarketParameters parameters
)
Function GetAsync (
company As String,
type As SecurityType,
parameters As MarketParameters
) As Task(Of IGetResponse)
Task<IGetResponse^>^ GetAsync(
String^ company,
SecurityType type,
MarketParameters^ parameters
)
abstract GetAsync :
company : string *
type : SecurityType *
parameters : MarketParameters -> Task<IGetResponse>
Parameters
- company
- Type: SystemString
Full or partial name of the company. Note that the system extensively abbreviates common words such as "company", "industries", and "systems", and generally skips punctuation (periods, commas, apostrophes, etc.). Required. - type
- Type: ETradeNet.Market.ProductLookup.DataSecurityType
The type of security. Required. - parameters
- Type: ETradeNet.MarketMarketParameters
Common parameters.
Return Value
Type:
TaskIGetResponseGet method response (asynchronous task).
Exceptions
See Also