public method MarketOrderRequestBuilder.setLimitRate

Brief

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

Declaration

protojavascriptjavacsharp
public setLimitRate(rate : real) : MarketOrderRequestBuilder

Parameters
rate

The price at which a limit order must be executed

Returns

The method returns an instance of the MarketOrderRequest class

Details

See also: MarketOrderRequestBuilder

Declared in MarketOrderRequestBuilder

back