static public property Constants.SystemProperties.BASE_UNIT_SIZE

Brief

The size of one lot.

Declaration
Java
public static final String  BASE_UNIT_SIZE = "BASE_UNIT_SIZE";

Details

The total amount of the trade must consist of a whole number of lots. The size of one lot is expressed in the base currency of the instrument (for example, if the value is 1,000, one lot for EUR/USD is 1,000 Euros, for USD/JPY - 1,000 US dollars, etc). The property is applicable only for FX instruments and used for information purposes only. The value for all instruments must be obtained by calling O2GTradingSettingsProvider.getBaseUnitSize method.

Declared in Constants.SystemProperties

back