public method EntryOrderRequestBuilder.setLimitRate

Brief

Sets the limit rate

Declaration

protojavascriptjavacsharp
public setLimitRate(limitRate : real) : EntryOrderRequestBuilder

Parameters
limitRate

The price at which a stop order will be executed

Returns

The method returns an instance of the EntryOrderRequest class

Details

See also: EntryOrderRequestBuilder

Declared in EntryOrderRequestBuilder

back