mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-13 02:23:51 +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
|
## 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user