addOrder()

addOrder() is a function to place order

Here is a description of the arguments:

function addOrder(
        bytes32 _tradePairId,
        uint _price,
        uint _quantity,
        Side _side,
        Type1 _type1
        )

Last updated