public method OpenPosition.getLimitRate

Brief

Gets the price of the associated limit order (profit limit level)

Declaration

protojavascriptjavacsharp
public getLimitRate() : real

Returns

The method returns a real value that represents the price of the associated limit order

Details

If there is no associated limit order, the method returns an empty value.

Declared in OpenPosition

back