public method EntryOrderRequestBuilder.setRate

Brief

Sets the rate

Declaration

protojavascriptjavacsharp
public setRate(rate : real) : EntryOrderRequestBuilder

Parameters
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

See also: EntryOrderRequestBuilder

Declared in EntryOrderRequestBuilder

back