bbgo_origin/evans/tradingService/submit_order_max.json
2022-04-16 23:45:10 +08:00

14 lines
261 B
JSON

{
"session": "max",
"submit_orders": [
{
"exchange": "max",
"symbol": "BTCTWD",
"side": "BUY",
"price": "20000",
"quantity": "0.02",
"order_type": "LIMIT"
}
]
}