public method RawOpenPosition.getBuySell

Brief

Gets the trade operation by which the position was opened

Declaration

protojavascriptjavacsharp
public getBuySell() : string

Returns

The method returns a string that represents the trade operation by which the position was opened

Details

The possible return values are: B - Buy S - Sell

Declared in RawOpenPosition

back