public method ClosedPosition.getTradeIdRemain

Brief

Gets the unique identification number of the position opened as a result of the partial closing of the current position

Declaration

protojavascriptjavacsharp
public getTradeIdRemain() : string

Returns

The method returns a string that represents the unique identification number of the position opened as a result of the partial closing of the current position

Details

If there is no such position, the method returns an empty value.

Declared in ClosedPosition

back