bitfinexcom / bitfinex-api-rb

BITFINEX Ruby trading API - Bitcoin, Litecoin, and Ether exchange
https://www.bitfinex.com/
MIT License
81 stars 95 forks source link

Any examples out there for how to use the Websocket side of this gem? #25

Closed NullVoxPopuli closed 6 years ago

NullVoxPopuli commented 7 years ago

I can figure it out, but I'm just looking for some quickstart-style examples -- just to save some time :-)

Thanks!

erubboli-bfx commented 7 years ago

I've added an example here: https://github.com/bitfinexcom/bitfinex-api-rb/blob/b1ce138e85dadcd92bf81819053318515fca0080/examples/ws_client.rb

I'll create a PR soon

f3rno commented 6 years ago

I've added several examples in the examples/ folder