Click or drag to resize
IBalanceResourceGetDetailsAsync Method (String, 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.

Retrieves the current account balance and related details for a specified account.

Namespace: ETradeNet.Accounts.Balance
Assembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax
Task<IGetDetailsResponse> GetDetailsAsync(
	string accountId,
	AccountsParameters parameters
)

Parameters

accountId
Type: SystemString
Numeric account ID. Required.
parameters
Type: ETradeNet.AccountsAccountsParameters
Common parameters.

Return Value

Type: TaskIGetDetailsResponse
GetDetails method response (asynchronous task).
Exceptions
ExceptionCondition
ETradeExceptionE*TRADE API exception.
HttpRequestExceptionNetwork error.
ArgumentNullExceptionNull argument value (accountId).
ArgumentExceptionArgument value does not adhere to the specification (parameters).
See Also