 | 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.OptionChainsAssembly: ETradeNet.Market (in ETradeNet.Market.dll) Version: 1.0.5793.41727
SyntaxTask<Stream> GetListAsStreamAsync(
DateTime expirationDate,
string underlier,
Nullable<bool> skipAdjusted,
MarketParameters parameters
)
Function GetListAsStreamAsync (
expirationDate As DateTime,
underlier As String,
skipAdjusted As Nullable(Of Boolean),
parameters As MarketParameters
) As Task(Of Stream)
Task<Stream^>^ GetListAsStreamAsync(
DateTime expirationDate,
String^ underlier,
Nullable<bool> skipAdjusted,
MarketParameters^ parameters
)
abstract GetListAsStreamAsync :
expirationDate : DateTime *
underlier : string *
skipAdjusted : Nullable<bool> *
parameters : MarketParameters -> Task<Stream>
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:
TaskStreamResponse stream (asynchronous task).
Exceptions
See Also