public method IO2GAccountTableRow.getBalance

Brief

Gets the amount of funds on the account.

Declaration
C++
virtual double  getBalance () = 0

Details

The returned value does not include floating profit and loss.
The returned value is expressed in the account currency.

Declared in IO2GAccountRow

back