Click or drag to resize
IOptionChainsResourceGetListAsStreamAsync 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 option chains associated with a specific underlier.

Namespace: ETradeNet.Market.OptionChains
Assembly: ETradeNet.Market (in ETradeNet.Market.dll) Version: 1.0.5793.41727
Syntax
Task<Stream> GetListAsStreamAsync(
	DateTime expirationDate,
	string underlier,
	Nullable<bool> skipAdjusted,
	MarketParameters parameters
)

Parameters

expirationDate
Type: SystemDateTime
The year and month the option will expire; the day value is ignored. Required.
underlier
Type: SystemString
The market symbol for the underlying security. Required.
skipAdjusted
Type: SystemNullableBoolean
Specifies whether to show adjusted options, i.e., options that have undergone a change resulting in a modification of the option contract.
parameters
Type: ETradeNet.MarketMarketParameters
Common parameters.

Return Value

Type: TaskStream
Response stream (asynchronous task).
Exceptions
ExceptionCondition
HttpRequestExceptionNetwork error.
ArgumentNullExceptionNull argument value (underlier).
ArgumentExceptionArgument value does not adhere to the specification (parameters).
See Also