Summary
Represents the equity of the current account (balance minus Unrealized Net Loss plus Unrealized Net Profit plus Bonus).
Syntax
public double Equity{ get; }
Example 1
Print("The equity of this account is: {0}", Account.Equity);
public double Equity{ get; }
Print("The equity of this account is: {0}", Account.Equity);