Click or drag to resize
AccountsService Class

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.
Inheritance Hierarchy
SystemObject
  ETradeNet.AccountsAccountsService

Namespace: ETradeNet.Accounts
Assembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax
public sealed class AccountsService : IAccountsService, 
	IDisposable

The AccountsService type exposes the following members.

Constructors
  NameDescription
Public methodAccountsService
Initializes a new instance of the AccountsService class.
Top
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
Releases all unmanaged resources associated with this instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also