|  | 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.
 Inheritance Hierarchy
Inheritance HierarchyNamespace: ETradeNet.Accounts.Balance.Data
 Syntax
SyntaxThe MarginAccountBalance type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | MarginAccountBalance | Initializes a new instance of the MarginAccountBalance class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | FedCall | 
            Gets or sets the amount the investor must deposit for buying on margin or selling short.
             | 
|  | MarginableSecurities | 
            Gets or sets the value of marginable securities held in the account.
             | 
|  | MarginBalance | 
            Gets or sets the net open balance in the user's margin account.
             | 
|  | MarginBalanceWithdrawal | 
            Gets or sets the amount of the margin balance that is available for withdrawal.
             | 
|  | MarginEquity | 
            Gets or sets the value of the account's margin positions minus any margin debt.
             | 
|  | MarginEquityPct | 
            Gets or sets the account's equity divided by the market value of its marginable securities.
             | 
|  | MaxAvailableForWithdrawal | 
            Gets or sets the total amount of cash plus margin equity that is available for withdrawal from this account.
             | 
|  | MinEquityCall | 
            Gets or sets the amount of additional equity required.
             | 
|  | NonMarginableSecuritiesAndOptions | 
            Gets or sets the value of securities and options that are not marginable.
             | 
|  | ShortReserve | 
            Gets or sets the amount reserved to cover the short positions in the account.
             | 
|  | TotalShortValue | 
            Gets or sets the total value of securities that are held short in the account.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also