public method O2GAccountTableRow.getUsableMargin

Brief

Gets the amount of funds available to open new positions or to absorb losses of the existing positions.

Declaration
Java
double  getUsableMargin ()

Details

The returned value is expressed in the account currency. If the returned value reaches zero, the margin call order is triggered for the account and the positions are automatically liquidated at the best available price.

Declared in O2GAccountTableRow

back