This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Modify libary file websocket.js from node_modules | |
//this.socket.send(JSON.stringify(message)); -> if(this.socket) this.socket.send(JSON.stringify(message)); | |
/** | |
* Created by Azhar on 21-05-2019. | |
*/ | |
const ccxt = require('ccxt'); | |
let MarketSummaries = new Map(); |