Update new-exchange.md

This commit is contained in:
Yo-An Lin 2021-12-09 12:16:47 +08:00 committed by GitHub
parent 7a68dce7dd
commit bf717b41a2

View File

@ -35,12 +35,19 @@ Stream
- [ ] Balance message parser
- [ ] MarketDataStream
- [ ] OrderBook message parser (or depth)
- [ ] KLine message parser
- [ ] Public trade message parser
- [ ] KLine message parser (required for backtesting)
- [ ] Public trade message parser (optional)
- [ ] Ticker message parser (optional)
- [ ] ping/pong
- [ ] heart beat integration
- [ ] handling reconnect
Database
- [ ] Add a new kline table for the exchange (this is required for back-testing)
- [ ] Add MySQL migration SQL
- [ ] Add SQLite migration SQL
Exchange Factory
- [ ] Add the exchange constructor to the exchange instance factory function.