static public field O2GRequestParamsEnum.BUY_SELL

Brief

The constant represents the name of the order direction parameter.

Details

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

valuemap.setString(O2GRequestParamsEnum.BUY_SELL, value);

The possible parameter values are:

Constants.Buy - an order is placed to buy an instrument;
Constants.Sell - an order is placed to sell an instrument.

Declared in O2GRequestParamsEnum

back