InvestmentBalance class

InvestmentBalance class

Investment balances class.

The InvestmentBalance type exposes the following members:

Constructors

ConstructorDescription
InvestmentBalance()Initializes a new instance of InvestmentBalance class.

Properties

PropertyDescription
available_cashGets or sets the cash balance across all sub-accounts. Should include sweep funds.
margin_balanceGets or sets the margin balance. A positive balance indicates a positive cash balance, while a
negative balance indicates the customer has borrowed funds.
short_balanceGets or sets the market value of all short positions. This is a positive balance.
buy_powerGets or sets the buying power.
balance_listGets or sets the collection of Balance.

See Also