mtgox-java
mtgox-java copied to clipboard
Implement user_order to websockets client
The websocket client is useful for getting price updates, but to trade properly we need to be able to know when the orders are filled in realtime (making a request for them on each trade isn't acceptable).
Taking an action upon an order getting filled is a common pattern which is why we're requesting this gets implemented. Thank you.