![]() | IQuoteResourceGetAsync Method (String, NullableDetailFlag, MarketParameters, CancellationToken) |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Namespace: ETradeNet.Market.Quote
Task<IGetResponse> GetAsync( string[] symbols, Nullable<DetailFlag> detailFlag, MarketParameters parameters, CancellationToken cancellationToken )
Exception | Condition |
---|---|
ETradeException | E*TRADE API exception. |
HttpRequestException | Network error. |
ArgumentOutOfRangeException | Argument value does not fall in the specified range (symbols). |
ArgumentNullException | Null argument value (symbols). |
ArgumentException | Argument value does not adhere to the specification (parameters). |
OperationCanceledException | Asynchronous task canceled (cancellationToken). |
ObjectDisposedException | Disposed object accessed (cancellationToken). |