public method PositionsSummary.getBuyAmount

Brief

Gets the cumulative amount of all long (buy) positions

Declaration

protojavascriptjavacsharp
public getBuyAmount() : int

Returns

The method returns an integer that represents the cumulative amount of all long (buy) positions

Details

Declared in PositionsSummary

back