public method IO2GAccountTableRow.getUsableMargin

Brief

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

Declaration
C++
virtual double  getUsableMargin () = 0

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 IO2GAccountTableRow

back