UNPKG

gdax-sim

Version:

Simulator used to help unit test and back test various Coinbase-Pro (gdax) interactions.

7 lines (6 loc) 110 B
class EventDriver { constructor() {} onBuy() {} onSell() {} } module.exports = EventDriver;