public method RawOpenPosition.getTradeIdOrigin

Brief

Gets the unique identification number of the position a partial closing of which resulted in opening of the current position

Declaration

protojavascriptjavacsharp
public getTradeIdOrigin() : string

Returns

The method returns a string that represents the unique identification number of the position a partial closing of which resulted in opening of the current position

Details

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

Declared in RawOpenPosition

back