|  | 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.
Namespace: ETradeNet.Accounts.Transactions
 Syntax
SyntaxThe ITransactionsResource type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetDetailsAsStreamAsync | 
            Returns the details of a transaction.
             | 
|  | GetDetailsAsync(String, String, AccountsParameters) | 
            Returns the details of a transaction.
             | 
|  | GetDetailsAsync(String, String, AccountsParameters, CancellationToken) | 
            Returns the details of a transaction.
             | 
|  | GetListAsStreamAsync | 
            Returns a list of transactions (such as deposits, withdrawals, and transfers) for a single, specified account.
             | 
|  | GetListAsync(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.
             | 
|  | GetListAsync(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.
             | 
 See Also
See Also