public method O2GAccountTableRow.getEquity

Brief

Gets the amount of funds on the account, including profits and losses of all open positions (the floating balance of the account).

Declaration
Java
double  getEquity ()

Details

The returned value is expressed in the account currency.

Declared in O2GAccountTableRow

back