InvestmentBalance class
InvestmentBalance class
Investment balances class.
The InvestmentBalance type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| InvestmentBalance() | Initializes a new instance of InvestmentBalance class. |
Properties
| Property | Description |
|---|---|
| available_cash | Gets or sets the cash balance across all sub-accounts. Should include sweep funds. |
| margin_balance | Gets or sets the margin balance. A positive balance indicates a positive cash balance, while a negative balance indicates the customer has borrowed funds. |
| short_balance | Gets or sets the market value of all short positions. This is a positive balance. |
| buy_power | Gets or sets the buying power. |
| balance_list | Gets or sets the collection of Balance. |