public method IO2GAccountTableRow.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
C++
virtual double  getEquity () = 0

Details

The returned value is expressed in the account currency.

Declared in IO2GAccountTableRow

back