Click or drag to resize
MarginAccountBalance 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 margin-related account balances. Only appears for margin-level accounts.
Inheritance Hierarchy
SystemObject
  ETradeNet.Accounts.Balance.DataMarginAccountBalance

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

The MarginAccountBalance type exposes the following members.

Constructors
  NameDescription
Public methodMarginAccountBalance
Initializes a new instance of the MarginAccountBalance class
Top
Properties
  NameDescription
Public propertyFedCall
Gets or sets the amount the investor must deposit for buying on margin or selling short.
Public propertyMarginableSecurities
Gets or sets the value of marginable securities held in the account.
Public propertyMarginBalance
Gets or sets the net open balance in the user's margin account.
Public propertyMarginBalanceWithdrawal
Gets or sets the amount of the margin balance that is available for withdrawal.
Public propertyMarginEquity
Gets or sets the value of the account's margin positions minus any margin debt.
Public propertyMarginEquityPct
Gets or sets the account's equity divided by the market value of its marginable securities.
Public propertyMaxAvailableForWithdrawal
Gets or sets the total amount of cash plus margin equity that is available for withdrawal from this account.
Public propertyMinEquityCall
Gets or sets the amount of additional equity required.
Public propertyNonMarginableSecuritiesAndOptions
Gets or sets the value of securities and options that are not marginable.
Public propertyShortReserve
Gets or sets the amount reserved to cover the short positions in the account.
Public propertyTotalShortValue
Gets or sets the total value of securities that are held short 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