public method OpenPosition.getStopOrderID

Brief

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

Declaration

protojavascriptjavacsharp
public getStopOrderID() : string

Returns

The method returns a string that represents the identifier of the associated stop order

Details

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

Declared in OpenPosition

back