public method MarketOrderRequestBuilder.setLimitPips

Brief

Sets the pips the limit order must close the position at

Declaration

protojavascriptjavacsharp
public setLimitPips(limitPips : real) : MarketOrderRequestBuilder

Parameters
limitPips

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

Returns

The method returns an instance of the MarketOrderRequest class

Details

See also: MarketOrderRequestBuilder

Declared in MarketOrderRequestBuilder

back