mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
doc: update new exchange todo list
This commit is contained in:
parent
764c18074c
commit
e9ac08b158
|
@ -8,7 +8,7 @@ You should send multiple small pull request to implement them.
|
|||
|
||||
## Checklist
|
||||
|
||||
Exchange Interface - minimum requirement for trading
|
||||
Exchange Interface - the minimum requirement for spot trading
|
||||
|
||||
- [ ] QueryMarkets
|
||||
- [ ] QueryTickers
|
||||
|
@ -17,11 +17,15 @@ Exchange Interface - minimum requirement for trading
|
|||
- [ ] CancelOrders
|
||||
- [ ] NewStream
|
||||
|
||||
Trading History Service Interface - used for syncing user trading data
|
||||
Trading History Service Interface - (optional) used for syncing user trading data
|
||||
|
||||
- [ ] QueryClosedOrders
|
||||
- [ ] QueryTrades
|
||||
|
||||
Order Query Service Interface - (optional) used for querying order status
|
||||
|
||||
- [ ] QueryOrder
|
||||
|
||||
Back-testing service - kline data is used for back-testing
|
||||
|
||||
- [ ] QueryKLines
|
||||
|
|
Loading…
Reference in New Issue
Block a user