This commit is contained in:
Cryptoval Trading Technologies
2026-03-12 00:43:01 +00:00
parent f8a42bec43
commit 7c4f549b20
+33 -31
View File
@@ -88,6 +88,39 @@
, "risk_manager": true
}
}
, "market_data_gateway": {
"app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.MD_GW.APP_STATUS"
, "exchanges_settings": {
"*": {
"mkt_data": {
"enabled": true
, "streaming": true
},
"order_entry": {
"enabled": false
, "streaming": false
},
"accounting": {
"enabled": false
, "streaming": false
},
},
}
, "channel_prefix": "${GLOBAL_CHANNEL_PREFIX}.MD_GW."
, "exchanges": [
"COINBASE_AT"
# , "COINBASE_FUT"
# , "BNBSPOT"
# , "BNBFUT"
# , "KRAKEN"
# , "BITSTAMP"
# , "OKX"
# , "GEMINI"
# , "ALPACA_SNDBX"
]
}
, "musvc_monitor": {
, "musvc_status": [
{
"config_section": "bookkeeper",
@@ -126,37 +159,6 @@
},
]
}
, "market_data_gateway": {
"app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.MD_GW.APP_STATUS"
, "exchanges_settings": {
"*": {
"mkt_data": {
"enabled": true
, "streaming": true
},
"order_entry": {
"enabled": false
, "streaming": false
},
"accounting": {
"enabled": false
, "streaming": false
},
},
}
, "channel_prefix": "${GLOBAL_CHANNEL_PREFIX}.MD_GW."
, "exchanges": [
"COINBASE_AT"
# , "COINBASE_FUT"
# , "BNBSPOT"
# , "BNBFUT"
# , "KRAKEN"
# , "BITSTAMP"
# , "OKX"
# , "GEMINI"
# , "ALPACA_SNDBX"
]
}
, "order_entry_gateway": {
"app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.OE_GW.APP_STATUS"
, "exchanges_settings": {