20260731
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user