bbgo_origin/evans/tradingService/submit_order_max.json

14 lines
261 B
JSON
Raw Normal View History

2022-04-16 15:44:21 +00:00
{
"session": "max",
"submit_orders": [
{
"exchange": "max",
"symbol": "BTCTWD",
"side": "BUY",
"price": "20000",
"quantity": "0.02",
"order_type": "LIMIT"
}
]
}