 | IQuoteResourceGetAsStreamAsync 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.
Returns detailed market information for securities.
Namespace: ETradeNet.Market.QuoteAssembly: ETradeNet.Market (in ETradeNet.Market.dll) Version: 1.0.5793.41727
SyntaxTask<Stream> GetAsStreamAsync(
string[] symbols,
Nullable<DetailFlag> detailFlag,
MarketParameters parameters
)
Function GetAsStreamAsync (
symbols As String(),
detailFlag As Nullable(Of DetailFlag),
parameters As MarketParameters
) As Task(Of Stream)
Task<Stream^>^ GetAsStreamAsync(
array<String^>^ symbols,
Nullable<DetailFlag> detailFlag,
MarketParameters^ parameters
)
abstract GetAsStreamAsync :
symbols : string[] *
detailFlag : Nullable<DetailFlag> *
parameters : MarketParameters -> Task<Stream>
Parameters
- symbols
- Type: SystemString
One or more symbols for equities or options, up to a maximum of 25. Symbols for equities are simple, e.g. GOOG. Symbols for options are more complex, consisting of six elements separated by colons, in this format: underlier:year:month:day:optionType:strikePrice. Required. - detailFlag
- Type: SystemNullableDetailFlag
Specifies which details to return in the response. The default is All. - parameters
- Type: ETradeNet.MarketMarketParameters
Common parameters.
Return Value
Type:
TaskStreamResponse stream (asynchronous task).
Exceptions
See Also