progress
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user