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

Balance resource interface.

Namespace: ETradeNet.Accounts.Balance
Assembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax
public interface IBalanceResource

The IBalanceResource type exposes the following members.

Methods
  NameDescription
Public methodGetDetailsAsStreamAsync
Retrieves the current account balance and related details for a specified account.
Public methodGetDetailsAsync(String, AccountsParameters)
Retrieves the current account balance and related details for a specified account.
Public methodGetDetailsAsync(String, AccountsParameters, CancellationToken)
Retrieves the current account balance and related details for a specified account.
Top
See Also