public method ChangeOrderRequestBuilder.setRate

Brief

Sets the rate

Declaration

protojavascriptjavacsharp
public setRate(rate : real) : ChangeOrderRequestBuilder

Parameters
rate

The parameter is using to set the rate for an order. Rate is an exchange rate between two currencies for a currency pair. The rate is used to determine the price at which the trade will be executed

Returns

The method returns an instance of the ChangeOrderRequestBuilder class

Details

See also: ChangeOrderRequestBuilder

Declared in ChangeOrderRequestBuilder

back