public method O2GAccountRow.getUsedMargin3

Brief

Gets the amount of funds used to maintain all open positions of the account with a three-level margin policy.

Declaration
Java
double  getUsedMargin3 ()

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