public method EntryOrderRequestBuilder.setStopPips

Overview

Sets the pips the stop order must close the position at

Declaration

function setStopPips(stopPips)
public EntryOrderRequestBuilder setStopPips(double stopPips);
public EntryOrderRequestBuilder setStopPips(double stopPips);

Parameters

Name Description
stopPips The number of pips at which a stop order will be executed. A pip is a unit of measurement that represents the smallest incremental price movement in a currency pair

Returns

The method returns an instance of the EntryOrderRequest class

Details

Declared in EntryOrderRequestBuilder