| IOrderServiceGetListAsync Method (String, NullableUInt32, String, OrderParameters, 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.Order
Task<IGetListResponse> GetListAsync( string accountId, Nullable<uint> count, string marker, OrderParameters parameters, CancellationToken cancellationToken )
| Exception | Condition |
|---|---|
| ETradeException | E*TRADE API exception. |
| HttpRequestException | Network error. |
| ArgumentNullException | Null argument value (accountId). |
| ArgumentException | Argument value does not adhere to the specification (parameters). |
| OperationCanceledException | Asynchronous task canceled (cancellationToken). |
| ObjectDisposedException | Disposed object accessed (cancellationToken). |