trader -> executor

This commit is contained in:
Cryptoval Trading Technologies 2023-09-28 00:38:32 +00:00
parent 44ab9816f8
commit 31830b92b9

View File

@ -72,13 +72,13 @@
, "type": "PROXY" , "type": "PROXY"
, "order_entry": { , "order_entry": {
"class": "cvttpy.exchanges.proxies.cvtt.connector.CvttTraderClient" "class": "cvttpy.exchanges.proxies.cvtt.connector.CvttExecutorClient"
} }
, "redis": { , "redis": {
"url": "redis://cloud17.cvtt.vpn" "url": "redis://cloud17.cvtt.vpn"
,"listen_channel_prefix": "CVTT_CLNT" ,"listen_channel_prefix": "CVTT_CLNT"
, "trader_channel": "TRDR" , "executor_channel": "EXEC"
, "ping_timeout_secs": 2.0 , "ping_timeout_secs": 2.0
} }
} }
@ -88,13 +88,13 @@
, "type": "PROXY" , "type": "PROXY"
, "order_entry": { , "order_entry": {
"class": "cvttpy.exchanges.proxies.cvtt.connector.CvttTraderClient" "class": "cvttpy.exchanges.proxies.cvtt.connector.CvttExecutorClient"
} }
, "redis": { , "redis": {
"url": "redis://localhost" "url": "redis://localhost"
,"listen_channel_prefix": "CVTT_CLNT" ,"listen_channel_prefix": "CVTT_CLNT"
, "trader_channel": "TRDR" , "executor_channel": "EXEC"
, "ping_timeout_secs": 1.0 , "ping_timeout_secs": 1.0
} }
} }