toorop / go-bittrex

Go binding for the Bittrex crypto-currency exchange API.
MIT License
230 stars 101 forks source link

ws: add streaming updates support. #31

Closed avdva closed 6 years ago

avdva commented 6 years ago

This PR adds streaming updates support via SignalR. It contains one breaking change: fields in Orderb now have decimal.Decimal type, as mentioned in #23 .