InvestmentBalance

InvestmentBalance class

Investment balances class.

public class InvestmentBalance

Constructors

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

Properties

NameDescription
AvailableCash { get; set; }Gets or sets the cash balance across all sub-accounts. Should include sweep funds.
BalanceList { get; set; }Gets or sets the collection of Balance.
BuyPower { get; set; }Gets or sets the buying power.
MarginBalance { get; set; }Gets or sets the margin balance. A positive balance indicates a positive cash balance, while a negative balance indicates the customer has borrowed funds.
ShortBalance { get; set; }Gets or sets the market value of all short positions. This is a positive balance.

See Also