Click or drag to resize
ITransactionsResourceGetDetailsAsStreamAsync 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 the details of a transaction.

Namespace: ETradeNet.Accounts.Transactions
Assembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax
Task<Stream> GetDetailsAsStreamAsync(
	string accountId,
	string transactionId,
	AccountsParameters parameters
)

Parameters

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

Return Value

Type: TaskStream
Response stream (asynchronous task).
Exceptions
ExceptionCondition
HttpRequestExceptionNetwork error.
ArgumentNullExceptionNull argument value (accountId, transactionId).
ArgumentExceptionArgument value does not adhere to the specification (parameters).
See Also