mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
doc: add history orders command
This commit is contained in:
parent
b365021118
commit
abc7dc0a2b
|
@ -14,5 +14,9 @@ go run ./examples/kucoin orders --symbol LTC-USDT --status active
|
|||
go run ./examples/kucoin orders --symbol LTC-USDT --status done
|
||||
go run ./examples/kucoin orders cancel --order-id 61b48b73b4de3e0001251382
|
||||
|
||||
# list history orders
|
||||
go run ./examples/kucoin orders history --symbol BTC-USDT
|
||||
|
||||
go run ./examples/kucoin fills --symbol LTC-USDT
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user