public method MarketOrderRequestBuilder.setStopPips

Brief

Sets the pips the stop order must close the position at

Declaration

protojavascriptjavacsharp
public setStopPips(stopPips : real) : MarketOrderRequestBuilder

Parameters
stopPips

The distance between the current market price and the price at which a stop order should be executed

Returns

The method returns an instance of the MarketOrderRequest class

Details

See also: MarketOrderRequestBuilder

Declared in MarketOrderRequestBuilder

back