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