public method O2GTradingSettingsProvider.getMargins

Brief

Gets an instance of the class that provides access to the margin policy and minimal margin requirements for the three-level margin policy.

Declaration
Java
O2GMargin  getMargins (String instrument, O2GAccountRow accountRow)

Parameters
instrument

The symbol of an instrument. For example, EUR/USD, USD/JPY, GBP/USD.

accountRow

The instance of the O2GAccountRow class that contains account information.

Declared in O2GTradingSettingsProvider

back