 | IOptionExpireDateResourceGetListAsStreamAsync 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 a list of the expiration dates for options that have the specified underlier.
Namespace: ETradeNet.Market.OptionExpireDateAssembly: ETradeNet.Market (in ETradeNet.Market.dll) Version: 1.0.5793.41727
SyntaxTask<Stream> GetListAsStreamAsync(
string underlier,
MarketParameters parameters
)
Function GetListAsStreamAsync (
underlier As String,
parameters As MarketParameters
) As Task(Of Stream)
Task<Stream^>^ GetListAsStreamAsync(
String^ underlier,
MarketParameters^ parameters
)
abstract GetListAsStreamAsync :
underlier : string *
parameters : MarketParameters -> Task<Stream>
Parameters
- underlier
- Type: SystemString
The symbol for the underlying instrument for this option. Required. - parameters
- Type: ETradeNet.MarketMarketParameters
Common parameters.
Return Value
Type:
TaskStreamResponse stream (asynchronous task).
Exceptions
See Also