There should be a require(0 == msg.value) to ensure no Ether is being sent to the exchange when the currency used in an order is a ERC20 token.
Instances include:
scope: takeMultipleOneOrders
scope: takeOrders
Add require(0 == msg.value) in both condition blocks mentioned above.
