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
+4 -4
View File
@@ -7,10 +7,10 @@
# "md_symbol": "AAPL",
# "trade_symbol": "AAPL"
# }
"STOCK-IBM": {
"md_symbol": "IBM",
"trade_symbol": "IBM"
}
# "STOCK-IBM": {
# "md_symbol": "IBM",
# "trade_symbol": "IBM"
# }
}
}
, "BNBSPOT": {
+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"
}
}
}
+1 -1
View File
@@ -67,7 +67,7 @@
"base_asset": "BTC",
"quote_asset": "USD",
"quantity_precision": "0.00000001",
"price_tick": 0.1
"price_tick": 0.01
},
"PAIR-BTC-USDT": {
"base_asset": "BTC",