static public field O2GRequestParamsEnum.AMOUNT

Brief

The constant represents the name of the order amount parameter.

Details

To set the parameter value, use the setInt method. For example,

valuemap.setInt(O2GRequestParamsEnum.AMOUNT, value);

The parameter value must be a whole number of lots. The size of one lot can be obtained by calling the O2GTradingSettingsProvider.getBaseUnitSize method.

Declared in O2GRequestParamsEnum

back