This commit is contained in:
Cryptoval Trading Technologies
2026-07-31 19:39:01 +00:00
parent a0b5dc8fd0
commit f515c555f5
2 changed files with 8 additions and 4 deletions
+4 -3
View File
@@ -98,9 +98,10 @@
, "accounting_gateway": true, , "accounting_gateway": true,
} }
, "supported_apps": [ , "supported_apps": [
"STAT_PAIR_SELECTOR" "STAT_PAIRS_SELECTOR",
"STAT_PAIR_QUANT"
] ]
, "app_hb_interval_sec": 15
} }
, "market_data_gateway": { , "market_data_gateway": {
"name": "MD_GATEWAY", "name": "MD_GATEWAY",
@@ -122,7 +123,7 @@
}, },
} }
, "channel_prefix": "${GLOBAL_CHANNEL_PREFIX}.MD_GW." , "channel_prefix": "${GLOBAL_CHANNEL_PREFIX}.MD_GW."
, "exchanges": ["COINBASE_AT"] # DEPRECATED R E M O V E # , "exchanges": ["COINBASE_AT"] # DEPRECATED R E M O V E
, "connectors": { , "connectors": {
"simulated": false, "simulated": false,
"exchanges": ["COINBASE_AT"] "exchanges": ["COINBASE_AT"]
+4 -1
View File
@@ -92,7 +92,10 @@
, "pricer": true , "pricer": true
, "trader": true , "trader": true
, "risk_manager": true , "risk_manager": true
, "market_data_gateway": true # ADD market gateways for USE_INSTRUMENTS
, "market_data_gateway": true,
, "order_entry_gateway": true,
, "accounting_gateway": true,
} }
, "supported_apps": [ , "supported_apps": [
"STAT_PAIRS_SELECTOR", "STAT_PAIRS_SELECTOR",