Include taker account/order info on taker events
bogberry opened this issue · comments
Bogberry commented
The existing taker events only include information about the maker account and order, and not the taker.
The taker receives no event to confirm that their order was successfully placed and filled when it is successful. Consequently, it is impossible to send order status updates for taker orders on the WebSocket API, which most exchange APIs offer.
A future version of the move code should either include this information, or alternatively, if we go with #146, emit separate events to both the maker account and the taker account, including the fields that are relevant to the respective user.