 | IProductLookupResourceGetAsStreamAsync Method |
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<Stream> GetAsStreamAsync(
string company,
SecurityType type,
MarketParameters parameters
)
Function GetAsStreamAsync (
company As String,
type As SecurityType,
parameters As MarketParameters
) As Task(Of Stream)
Task<Stream^>^ GetAsStreamAsync(
String^ company,
SecurityType type,
MarketParameters^ parameters
)
abstract GetAsStreamAsync :
company : string *
type : SecurityType *
parameters : MarketParameters -> Task<Stream>
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:
TaskStreamResponse stream (asynchronous task).
Exceptions
See Also