trader -> executor
This commit is contained in:
parent
44ab9816f8
commit
31830b92b9
@ -72,13 +72,13 @@
|
||||
, "type": "PROXY"
|
||||
|
||||
, "order_entry": {
|
||||
"class": "cvttpy.exchanges.proxies.cvtt.connector.CvttTraderClient"
|
||||
"class": "cvttpy.exchanges.proxies.cvtt.connector.CvttExecutorClient"
|
||||
|
||||
}
|
||||
, "redis": {
|
||||
"url": "redis://cloud17.cvtt.vpn"
|
||||
,"listen_channel_prefix": "CVTT_CLNT"
|
||||
, "trader_channel": "TRDR"
|
||||
, "executor_channel": "EXEC"
|
||||
, "ping_timeout_secs": 2.0
|
||||
}
|
||||
}
|
||||
@ -88,13 +88,13 @@
|
||||
, "type": "PROXY"
|
||||
|
||||
, "order_entry": {
|
||||
"class": "cvttpy.exchanges.proxies.cvtt.connector.CvttTraderClient"
|
||||
"class": "cvttpy.exchanges.proxies.cvtt.connector.CvttExecutorClient"
|
||||
|
||||
}
|
||||
, "redis": {
|
||||
"url": "redis://localhost"
|
||||
,"listen_channel_prefix": "CVTT_CLNT"
|
||||
, "trader_channel": "TRDR"
|
||||
, "executor_channel": "EXEC"
|
||||
, "ping_timeout_secs": 1.0
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user