Callback Architecture
michaelwilner opened this issue · comments
Michael Wilner commented
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