public method PositionsSummary.getAmount

Brief

Gets the amount of all positions, both long and short, (abs(S amount - B amount))

Declaration

protojavascriptjavacsharp
public getAmount() : int

Returns

The method returns an integer that represents the amount of all positions

Details

Declared in PositionsSummary

back