doc: update new exchange todo list

This commit is contained in:
c9s 2022-03-03 00:12:01 +08:00
parent 764c18074c
commit e9ac08b158

View File

@ -8,7 +8,7 @@ You should send multiple small pull request to implement them.
## Checklist ## Checklist
Exchange Interface - minimum requirement for trading Exchange Interface - the minimum requirement for spot trading
- [ ] QueryMarkets - [ ] QueryMarkets
- [ ] QueryTickers - [ ] QueryTickers
@ -17,11 +17,15 @@ Exchange Interface - minimum requirement for trading
- [ ] CancelOrders - [ ] CancelOrders
- [ ] NewStream - [ ] NewStream
Trading History Service Interface - used for syncing user trading data Trading History Service Interface - (optional) used for syncing user trading data
- [ ] QueryClosedOrders - [ ] QueryClosedOrders
- [ ] QueryTrades - [ ] QueryTrades
Order Query Service Interface - (optional) used for querying order status
- [ ] QueryOrder
Back-testing service - kline data is used for back-testing Back-testing service - kline data is used for back-testing
- [ ] QueryKLines - [ ] QueryKLines