This commit is contained in:
Cryptoval Trading Technologies
2026-03-12 00:21:01 +00:00
parent 98050e740b
commit 247d60a7ea
+11 -4
View File
@@ -82,11 +82,18 @@
} }
, "musvc_peers": [ , "musvc_peers": [
# enable/disable peer dependency # enable/disable peer dependency
{"config_section": "bookkeeper", "name": "Bookkeeper"}, {
{"config_section": "pricer", "name": "Pricer"}, "config_section": "bookkeeper",
{"config_section": "trader", "name": "Trader"}, "name": "Bookkeeper"
},
{
"config_section": "pricer",
"name": "Pricer"
},
{
"config_section": "trader", "name": "Trader"},
{"config_section": "risk_manager", "name": "Risk Manager"}, {"config_section": "risk_manager", "name": "Risk Manager"},
{"config_section": "ac_gateway", "name": "Accounting GW"}, {"config_section": "accounting_gateway", "name": "Accounting GW"},
{"config_section": "market_data_gateway", "name": "Market Data GW"}, {"config_section": "market_data_gateway", "name": "Market Data GW"},
] ]