This commit is contained in:
Cryptoval Trading Technologies
2024-02-28 23:04:09 +00:00
parent fe2671e1bb
commit 58c1a5c7bd
11 changed files with 199 additions and 59 deletions
+24
View File
@@ -122,6 +122,21 @@
}
}
# ---------------------- C
, "CVTT": {
"exchange_id": "CVTT"
, "name": "CVTT Executor (proxy)"
, "type": "PROXY"
, "order_entry": {
"class": "cvttpy.exchanges.proxies.cvtt.connector.CvttExecutorClient"
}
, "accounting": {
"class": "cvttpy.exchanges.proxies.cvtt.connector.CvttExecutorClient"
}
,"listen_channel_prefix": "CVTT_CLNT"
# , "executor_channel": "EXEC"
}
, "CVTT_COINBASE": {
"exchange_id": "CVTT_COINBS"
, "name": "CVTT Trader (proxy)"
@@ -239,5 +254,14 @@
}
}
, "MD_PORTAL": {
"exchange_id": "MD_PORTAL"
, "name": "MD Portal (proxy)"
, "type": "PROXY"
, "mktdata" : {
"class": "cvttpy.exchanges.proxies.md_portal_clnt.mkt_data.MktDataPortalFeed"
}
}
}