public method IO2GTradingSettingsProvider.getMMR

Brief

Gets the minimum margin requirement.

Declaration
C++
virtual double  getMMR (const char * instrument, IO2GAccountRow * accountRow) = 0

Parameters
instrument

The name of the instrument to get the trading setting for.

accountRow

The account information of the account to get the trading setting for.

Details

The amount of funds which must be allocated for trading 1 lot in the instrument on the account. The value is expressed in the account currency. Return -1.0 in case of error.

Declared in IO2GTradingSettingsProvider

back