Click or drag to resize
IOptionExpireDateResourceGetListAsync Method (String, 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.

Returns a list of the expiration dates for options that have the specified underlier.

Namespace: ETradeNet.Market.OptionExpireDate
Assembly: ETradeNet.Market (in ETradeNet.Market.dll) Version: 1.0.5793.41727
Syntax
Task<IGetListResponse> GetListAsync(
	string underlier,
	MarketParameters parameters
)

Parameters

underlier
Type: SystemString
The symbol for the underlying instrument for this option. Required.
parameters
Type: ETradeNet.MarketMarketParameters
Common parameters.

Return Value

Type: TaskIGetListResponse
GetList method response (asynchronous task).
Exceptions
ExceptionCondition
ETradeExceptionE*TRADE API exception.
HttpRequestExceptionNetwork error.
ArgumentNullExceptionNull argument value (underlier).
ArgumentExceptionArgument value does not adhere to the specification (parameters).
See Also