cancelOrder()

cancelOrder() is a function to cancel one order

Here is a description of the arguments:

function cancelOrder(
        bytes32 _tradePairId,
        bytes32 _orderId
        )

Last updated