Click or drag to resize
IAlertsResourceGetDetailsAsync 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.

Returns the details of the specified alert.

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

Parameters

alertId
Type: SystemString
Numeric alert 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 (alertId).
ArgumentExceptionArgument value does not adhere to the specification (parameters).
See Also