public method LimitOrderRequestBuilder.setRate

Brief

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

Declaration

protojavascriptjavacsharp
public 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

Details

See also: LimitOrderRequestBuilder

Declared in LimitOrderRequestBuilder

back