bitfinexcom / bitfinex-api-go

BITFINEX Go trading API - Bitcoin, Litecoin, and Ether exchange
https://www.bitfinex.com/
MIT License
309 stars 220 forks source link

fix websocket trades-channel #13

Closed cluda closed 8 years ago

cluda commented 8 years ago

The trades channel did not work before. However, it ignores the 'SEQ'-field and uses float64 for the fields, but at least it works.

erubboli-bfx commented 8 years ago

@cluda can you please run go fmt on it?

prdn commented 8 years ago

Looks good thanks