public method O2GMargin.getEMR

Brief

Gets entry margin requirements.

Declaration
Java
double  getEMR ()

Details

The method returns an intentionally increased amount of the funds required to open 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