public method StopOrderRequestBuilder.setRate

Brief

Sets the price at which the stop order must close the position

Declaration

protojavascriptjavacsharp
public setRate(rate : real) : StopOrderRequestBuilder

Parameters
rate

The price at which the stop order must close the position

Returns

The method returns an instance of the StopOrderRequest class

Details

See also: StopOrderRequestBuilder

Declared in StopOrderRequestBuilder

back