public method OpenPosition.getStopRate

Brief

Gets the price of the associated stop order (loss limit level)

Declaration

protojavascriptjavacsharp
public getStopRate() : real

Returns

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

Details

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

Declared in OpenPosition

back