public method ChangeOrderRequestBuilder.setTrailingStep

Brief

Sets the trailing step

Declaration

protojavascriptjavacsharp
public setTrailingStep(trailingStep : int) : ChangeOrderRequestBuilder

Parameters
trailingStep

The parameter is using to set the trailing step of an order. The trailing step is the distance between the current market price and the trailing stop level

Returns

The method returns an instance of the ChangeOrderRequestBuilder class

Details

See also: ChangeOrderRequestBuilder

Declared in ChangeOrderRequestBuilder

back