public method EntryOrderRequestBuilder.setRateRange

Overview

Sets the rate range

Declaration

function setRateRange(rateRange)
public EntryOrderRequestBuilder setRateRange(double rateRange);
public EntryOrderRequestBuilder setRateRange(double rateRange);

Parameters

Name Description
rateRange The range of prices within which the order can be executed

Returns

The method returns an instance of the EntryOrderRequest class

Details

Declared in EntryOrderRequestBuilder