public method LimitOrderRequestBuilder.setPips

Brief

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

Declaration

protojavascriptjavacsharp
public setPips(pips : real) : LimitOrderRequestBuilder

Parameters
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

See also: LimitOrderRequestBuilder

Declared in LimitOrderRequestBuilder

back