mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +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
|
||||
declare -A orders_params=()
|
||||
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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user