vnpy/examples/bitcoin/VT_setting.json

23 lines
416 B
JSON
Raw Normal View History

2018-07-06 11:27:08 +00:00
{
"fontFamily": "微软雅黑",
"fontSize": 11,
"mongoHost": "localhost",
"mongoPort": 27017,
"mongoLogging": true,
"dataSource":"http://127.0.0.1:5000/api/v1/get_price",
"darkStyle": true,
"language": "chinese",
"strategy_group":"OKEX_1",
"gateway_name":"OKEX_1",
"ZMQ":
{
"OKEX_1": {
"ReqAddress": "tcp://127.0.0.1:10001",
"PubAddress": "tcp://127.0.0.1:10002",
"SubscribeTopic":""}
}
}