addOrder() is a function to place order
addOrder()
Here is a description of the arguments:
function addOrder( bytes32 _tradePairId, uint _price, uint _quantity, Side _side, Type1 _type1 )
Last updated 2 years ago