public method LimitOrderRequestBuilder.setPipsSets the pips at which the limit order must close the position
Declaration
protojavascriptjavacsharppublic setPips(pips : real) : LimitOrderRequestBuilder
| Parameters | |
pips |
A real number that represents the distance in pips from the current market price at which the limit order will be executed |
Returns
The method returns an instance of the LimitOrderRequest class
See also: LimitOrderRequestBuilder
Declared in LimitOrderRequestBuilder