public method O2GAccountRow.getUsedMargin

Brief

Gets the amount of funds used to maintain all open positions of the account.

Declaration
Java
double  getUsedMargin ()

Details

The returned value is expressed in the account currency.
If there are no open positions on the account, the method returns 0.0.

Declared in O2GAccountRow

back