mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
doc: update new exchange checklist
This commit is contained in:
parent
07dfae19bb
commit
97bddc9982
|
@ -8,14 +8,23 @@ You should send multiple small pull request to implement them.
|
|||
|
||||
## Checklist
|
||||
|
||||
Exchange Interface (minimum)
|
||||
Exchange Interface - minimum requirement for trading
|
||||
|
||||
- [ ] QueryMarkets
|
||||
- [ ] QueryKLines
|
||||
- [ ] QueryTickers
|
||||
- [ ] QueryOrders
|
||||
- [ ] QueryTrades
|
||||
- [ ] QueryOpenOrders
|
||||
- [ ] SubmitOrders
|
||||
- [ ] CancelOrders
|
||||
- [ ] NewStream
|
||||
|
||||
Trading History Service Interface - used for syncing user trading data
|
||||
|
||||
- [ ] QueryClosedOrders
|
||||
- [ ] QueryTrades
|
||||
|
||||
Back-testing service - kline data is used for back-testing
|
||||
|
||||
- [ ] QueryKLines
|
||||
|
||||
Convert functions:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user