InvestmentBalance
Contents
[
Hide
]InvestmentBalance class
Investment balances class.
public class InvestmentBalance
Constructors
| Name | Description |
|---|---|
| InvestmentBalance() | Initializes a new instance of InvestmentBalance class. |
Properties
| Name | Description |
|---|---|
| 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
- namespace Aspose.Finance.Ofx.Investment
- assembly Aspose.Finance