public method ClosedPositionBuilder.setBuySell

Brief

Sets the trade operation the position was opened by

Declaration

protojavascriptjavacsharp
public setBuySell(value : string) : void

Parameters
value

The trade operation the position was opened by

Details

Possible parameter values: B - Buy S - Sell

Declared in ClosedPositionBuilder

back