public method StopOrderRequestBuilder.setPips

Brief

Sets the pips at which the limit order must close the position

Declaration

protojavascriptjavacsharp
public setPips(pips : real) : StopOrderRequestBuilder

Parameters
pips

The number of pips at which the limit order must close the position

Returns

The method returns an instance of the StopOrderRequest class

Details

See also: StopOrderRequestBuilder

Declared in StopOrderRequestBuilder

back