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

Container for basic brokerage account balances.
Inheritance Hierarchy
SystemObject
  ETradeNet.Accounts.Balance.DataAccountBalance

Namespace: ETradeNet.Accounts.Balance.Data
Assembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax
public class AccountBalance

The AccountBalance type exposes the following members.

Constructors
  NameDescription
Public methodAccountBalance
Initializes a new instance of the AccountBalance class
Top
Properties
  NameDescription
Public propertyCashAvailableForWithdrawal
Gets or sets the amount of cash that is available for withdrawal.
Public propertyCashCall
Gets or sets the amount of cash or equivalent securities needed to meet the cash call.
Public propertyFundsWithheldFromPurchasePower
Gets or sets the amount of any funds withheld from the purchasing power, if any.
Public propertyFundsWithheldFromWithdrawal
Gets or sets the total of any funds that are not allowed to be withdrawn.
Public propertyNetAccountValue
Gets or sets the account value minus any margin debt.
Public propertyNetCash
Gets or sets the net cash amount held in the account. A negative balance reflects margin debt.
Public propertySweepDepositAmount
Gets or sets the amount held in the sweep deposit account.
Public propertyTotalCash
Gets or sets the total cash amount held in the account. A negative balance reflects margin debt.
Public propertyTotalLongValue
Gets or sets the total value of securities that are held long in the account.
Public propertyTotalSecuritiesMktValue
Gets or sets the total value of the securities held in the account.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also