public method LimitOrderRequestBuilder.setRate
Overview
Sets the price at which the limit order must close the position
Declaration
function setRate(rate)
public LimitOrderRequestBuilder setRate(double rate);
public LimitOrderRequestBuilder setRate(double rate);
Parameters
| Name | Description |
|---|---|
| rate | A real number that represents the price at which the limit order will be executed |
Returns
The method returns an instance of the LimitOrderRequest class
Details
Declared in LimitOrderRequestBuilder