public method OpenPosition.getLimitOrderID

Brief

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

Declaration

protojavascriptjavacsharp
public getLimitOrderID() : string

Returns

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

Details

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

Declared in OpenPosition

back