Click or drag to resize
AccountsServiceGetListAsStreamAsync 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 E*TRADE accounts for the current user.

Namespace: ETradeNet.Accounts
Assembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax
public Task<Stream> GetListAsStreamAsync(
	AccountsParameters parameters
)

Parameters

parameters
Type: ETradeNet.AccountsAccountsParameters
Common parameters.

Return Value

Type: TaskStream
Response stream (asynchronous task).

Implements

IAccountsServiceGetListAsStreamAsync(AccountsParameters)
Exceptions
ExceptionCondition
HttpRequestExceptionNetwork error.
ArgumentExceptionArgument value does not adhere to the specification (parameters).
See Also