mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-25 00:05:15 +00:00
add ord_type for max shell api
This commit is contained in:
parent
0a5bac803c
commit
500c35fd40
|
@ -58,7 +58,7 @@ case "$command" in
|
||||||
market=$1
|
market=$1
|
||||||
declare -A orders_params=()
|
declare -A orders_params=()
|
||||||
orders_params[market]=$market
|
orders_params[market]=$market
|
||||||
myOrders orders_params | jq -r '.[] | "\(.id) \(.market) \(.side) \(.price) \t \(.volume) \(.state)"'
|
myOrders orders_params | jq -r '.[] | "\(.id) \(.market) \(.ord_type) \(.side) \(.price) \t \(.volume) \(.state)"'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
cancel)
|
cancel)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user