public method EntryOrderRequestBuilder.setLimitPips

Brief

Sets the pips the limit order must close the position at

Declaration

protojavascriptjavacsharp
public setLimitPips(limitPips : real) : EntryOrderRequestBuilder

Parameters
limitPips

The number of pips at which a limit order will be executed

Returns

The method returns an instance of the EntryOrderRequest class

Details

See also: EntryOrderRequestBuilder

Declared in EntryOrderRequestBuilder

back