public method ChangeOrderRequestBuilder.setTrailingType

Brief

Sets the trailing type

Declaration

protojavascriptjavacsharp
public setTrailingType(trailingType : int) : ChangeOrderRequestBuilder

Parameters
trailingType

The parameter for setting the trailing type of an order. Trailing type refers to the type of trailing stop that is used to protect profits on a trade

Returns

The method returns an instance of the ChangeOrderRequestBuilder class

Details

See also: ChangeOrderRequestBuilder

Declared in ChangeOrderRequestBuilder

back