public method O2GMargin.getLMR

Brief

Gets liquidation margin requirements.

Declaration
Java
double  getLMR ()

Details

The method returns an amount of the funds required to prevent the liquidation of a one-lot position.
In the case of FX instruments, the returned value is expressed in the instrument counter currency.
In the case of CFD instruments, the returned value is expressed in the instrument native currency.

The size of one lot can be obtained by calling the O2GTradingSettingsProvider.getBaseUnitSize method.

Declared in O2GMargin

back