This commit is contained in:
Cryptoval Trading Technologies
2024-12-30 17:29:26 +00:00
parent c1c72b7f80
commit 8ce21f0715
17 changed files with 43 additions and 98 deletions
+10 -10
View File
@@ -39,7 +39,7 @@
}
}
, "accounting": {
"class": "cvttpy.exchanges.alpaca.account.AlpacaAccounting"
"class": "cvttpy.exchanges.alpaca.acct_client.AlpacaAccounting"
, "REST": {
"balances_url": ["GET", "https://api.alpaca.markets/v2/positions"]
@@ -116,7 +116,7 @@
}
}
, "accounting": {
"class": "cvttpy.exchanges.alpaca.account.AlpacaAccounting"
"class": "cvttpy.exchanges.alpaca.acct_client.AlpacaAccounting"
, "REST": {
"balances_url": ["GET", "https://paper-api.alpaca.markets/v2/positions"]
@@ -516,15 +516,15 @@
, "channel_prefix": "MD_ALPACA_SNDBX"
}
}
, "MD_GATEWAY": {
"exchange_id": "MD_GATEWAY"
, "name": "MD Portal (proxy)"
, "type": "PROXY"
# , "MD_GATEWAY": {
# "exchange_id": "MD_GATEWAY"
# , "name": "MD Portal (proxy)"
# , "type": "PROXY"
, "mktdata" : {
"class": "cvttpy.exchanges.proxies.md_gateway_clnt.mkt_data.MktDataGatewayFeed"
}
}
# , "mktdata" : {
# "class": "cvttpy.exchanges.proxies.md_gateway_clnt.mkt_data.MktDataGatewayFeed"
# }
# }
, "MD_PORTAL_ALPACA_03": {
"exchange_id": "MD_PORTAL"
, "name": "MD Portal (proxy)"