bitfinexcom / bitfinex-api-go

BITFINEX Go trading API - Bitcoin, Litecoin, and Ether exchange

Home Page:https://www.bitfinex.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Callback Architecture

michaelwilner opened this issue · comments

bitfinex-api-node has a general callback architecture to easily and dynamically attach callbacks to receipts of a specific message type. This PR implements a similar callback architecture for Go, which will enable the addition of future convenience methods like onTrade and onBookUpdate