public method LimitOrderRequestBuilder.setRateSets the price at which the limit order must close the position
Declaration
protojavascriptjavacsharppublic setRate(rate : real) : LimitOrderRequestBuilder
| Parameters | |
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
See also: LimitOrderRequestBuilder
Declared in LimitOrderRequestBuilder