mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
14 lines
261 B
JSON
14 lines
261 B
JSON
|
{
|
||
|
"session": "max",
|
||
|
"submit_orders": [
|
||
|
{
|
||
|
"exchange": "max",
|
||
|
"symbol": "BTCTWD",
|
||
|
"side": "BUY",
|
||
|
"price": "20000",
|
||
|
"quantity": "0.02",
|
||
|
"order_type": "LIMIT"
|
||
|
}
|
||
|
]
|
||
|
}
|