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

E*TRADE Accounts Service interface.

Namespace: ETradeNet.Accounts
Assembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax
public interface IAccountsService : IDisposable

The IAccountsService type exposes the following members.

Properties
  NameDescription
Public propertyAlerts
Gets the Alerts resource.
Public propertyBalance
Gets the Balance resource.
Public propertyPositions
Gets the Positions resource.
Public propertyTransactions
Gets the Transactions resource.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetListAsStreamAsync
Returns a list of E*TRADE accounts for the current user.
Public methodGetListAsync(AccountsParameters)
Returns a list of E*TRADE accounts for the current user.
Public methodGetListAsync(AccountsParameters, CancellationToken)
Returns a list of E*TRADE accounts for the current user.
Top
See Also