Click or drag to resize
ITransactionsResource Interface

Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.

Transactions resource interface.

Namespace: ETradeNet.Accounts.Transactions
Assembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax
public interface ITransactionsResource

The ITransactionsResource type exposes the following members.

Methods
  NameDescription
Public methodGetDetailsAsStreamAsync
Returns the details of a transaction.
Public methodGetDetailsAsync(String, String, AccountsParameters)
Returns the details of a transaction.
Public methodGetDetailsAsync(String, String, AccountsParameters, CancellationToken)
Returns the details of a transaction.
Public methodGetListAsStreamAsync
Returns a list of transactions (such as deposits, withdrawals, and transfers) for a single, specified account.
Public methodGetListAsync(String, NullableGroup, NullableAssetType, NullableTransactionType, String, NullableDateTime, NullableDateTime, NullableUInt32, String, AccountsParameters)
Returns a list of transactions (such as deposits, withdrawals, and transfers) for a single, specified account.
Public methodGetListAsync(String, NullableGroup, NullableAssetType, NullableTransactionType, String, NullableDateTime, NullableDateTime, NullableUInt32, String, AccountsParameters, CancellationToken)
Returns a list of transactions (such as deposits, withdrawals, and transfers) for a single, specified account.
Top
See Also