krystianity / node-bitstamp

bitstamp REST and WS API Node.js client :dollar:
MIT License
59 stars 41 forks source link

Adding live_orders stream to websocket feed #20

Closed adityamertia closed 6 years ago

adityamertia commented 6 years ago

Bitstamp websocket API also exposes live_orders with order_created, order_changed, order_deleted events. This live_orders stream needs to be implemented in the node-bitstamp library. This change implements the same.

adityamertia commented 6 years ago

@krystianity kindly review and add this please.