mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
Update new-exchange.md
This commit is contained in:
parent
7a68dce7dd
commit
bf717b41a2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user