mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-25 16:25:16 +00:00
rename orders to open
This commit is contained in:
parent
11eab78bd3
commit
4567901b6b
|
@ -48,9 +48,10 @@ case "$command" in
|
||||||
me
|
me
|
||||||
;;
|
;;
|
||||||
|
|
||||||
orders)
|
# open orders
|
||||||
|
open)
|
||||||
if [[ $# < 1 ]] ; then
|
if [[ $# < 1 ]] ; then
|
||||||
echo "$0 orders [market]"
|
echo "$0 open [market]"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user