UNPKG

tlab-trading-toolkit

Version:

A trading toolkit for building advanced trading bots on the GDAX platform

14 lines (13 loc) 512 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./ExchangeFeed")); __export(require("./bitfinex/BitfinexFeed")); __export(require("./gemini/GeminiMarketFeed")); __export(require("./binance/BinanceFeed")); __export(require("./gdax/GDAXFeed")); __export(require("./poloniex/PoloniexFeed")); __export(require("./bittrex/BittrexFeed")); __export(require("./ProductMap"));