This commit is contained in:
Cryptoval Trading Technologies
2025-01-24 17:28:48 +00:00
parent 5e7cf812aa
commit 06c01115dd
10 changed files with 31 additions and 16 deletions
+10 -1
View File
@@ -1,7 +1,16 @@
{
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
, "active_instruments": @inc=http://@env{CONFIG_SERVICE}/apps/active_instruments
, "active_instruments": {
"ALPACA_SNDBX": {
"dynamic_stock_list": {
"exchange_id": "ALPACA"
, "list_source": "redis"
, "comm_settings": "/comm/pubsub/redis/cvtt-prod-eqty-01"
, "redis_key": "DAY_STOCK_LIST"
}
}
}
"exchanges_settings": {
"*": {
"mkt_data": {
+10 -1
View File
@@ -1,7 +1,16 @@
{
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
, "active_instruments": @inc=http://@env{CONFIG_SERVICE}/apps/active_instruments
, "active_instruments": {
"ALPACA_SNDBX": {
"dynamic_stock_list": {
"exchange_id": "ALPACA"
, "list_source": "redis"
, "comm_settings": "/comm/pubsub/redis/cvtt-prod-eqty-01"
, "redis_key": "DAY_STOCK_LIST"
}
}
}
, "exchanges_settings": {
"*": {
"mkt_data": {