public method LimitOrderRequestBuilder.setPips
Overview
Sets the pips at which the limit order must close the position
Declaration
function setPips(pips)
public LimitOrderRequestBuilder setPips(double pips);
public LimitOrderRequestBuilder setPips(double pips);
Parameters
| Name | Description |
|---|---|
| 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
Details
Declared in LimitOrderRequestBuilder