getPositionKey()

getPositionKey() is a function to get positions index from trade pair Id and account address.

Here is a description of the arguments:

function getPositionKey(
    address _account,
    bytes32 _tradePairId,
    bool _isLong)

Last updated