krystianity / node-bitstamp

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

Support for OrderBook streams (order_book websocket topic) #1

Closed jgordor closed 6 years ago

jgordor commented 6 years ago

Hi @krystianity

Can you please review the pull request?

Thanks!

krystianity commented 6 years ago

@jgordor thanks for this PR, I was actually thinking about merging all pusher streams in a single class, so that we would only need a single "Pusher" instance. However this is fine too ;)