public method PositionsSummary.getSellAmount

Brief

Gets the cumulative amount of all short (sell) positions

Declaration

protojavascriptjavacsharp
public getSellAmount() : int

Returns

The method returns an integer that represents the cumulative amount of all short (sell) positions

Details

Declared in PositionsSummary

back