public method O2GMargin.getMMR

Brief

Gets maintenance margin requirements.

Declaration
Java
double  getMMR ()

Details

The method returns an intentionally increased amount of the funds required to maintain a one-lot position on an account with the three-level margin policy.
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