public method EntryOrderRequestBuilder.setRate

Overview

Sets the rate

Declaration

function setRate(rate)
public EntryOrderRequestBuilder setRate(double rate);
public EntryOrderRequestBuilder setRate(double rate);

Parameters

Name Description
rate The exchange rate at which the order is to be executed. It represents the price at which you would buy or sell the instrument being traded

Returns

The method returns an instance of the EntryOrderRequest class

Details

Declared in EntryOrderRequestBuilder