Click or drag to resize
AccountsServiceGetListAsync Method (AccountsParameters)

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<IGetListResponse> GetListAsync(
	AccountsParameters parameters
)

Parameters

parameters
Type: ETradeNet.AccountsAccountsParameters
Common parameters.

Return Value

Type: TaskIGetListResponse
GetList method response (asynchronous task).

Implements

IAccountsServiceGetListAsync(AccountsParameters)
Exceptions
ExceptionCondition
ETradeExceptionE*TRADE API exception.
HttpRequestExceptionNetwork error.
ArgumentExceptionArgument value does not adhere to the specification (parameters).
See Also