Add the exchange in product map.ts

```
    case "Binance":
        this.exchange = new ccxt.binance()
        break;
```

Create a feed factory


Create a exchange feed
