From 31830b92b9e628d7037c646c4d69f798b4e5327b Mon Sep 17 00:00:00 2001 From: Cryptoval Trading Technologies Date: Thu, 28 Sep 2023 00:38:32 +0000 Subject: [PATCH] trader -> executor --- data/refdata/exchanges.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/refdata/exchanges.cfg b/data/refdata/exchanges.cfg index 2313ef2..52d712d 100644 --- a/data/refdata/exchanges.cfg +++ b/data/refdata/exchanges.cfg @@ -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 } }