progress
This commit is contained in:
parent
5e7cf812aa
commit
06c01115dd
@ -2,9 +2,6 @@
|
|||||||
"folders": [
|
"folders": [
|
||||||
{
|
{
|
||||||
"path": "."
|
"path": "."
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": ".."
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -3,7 +3,17 @@
|
|||||||
{ "___dummy___": null
|
{ "___dummy___": null
|
||||||
, "refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
|
, "refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
|
||||||
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
|
, "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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
, "comm_settings": "/comm/pubsub/redis/cvtt-prod-eqty-01"
|
, "comm_settings": "/comm/pubsub/redis/cvtt-prod-eqty-01"
|
||||||
, "session_type": "CALENDAR"
|
, "session_type": "CALENDAR"
|
||||||
, "calendar_session": {
|
, "calendar_session": {
|
||||||
|
|||||||
@ -2,16 +2,6 @@
|
|||||||
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
|
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
|
||||||
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
|
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
|
||||||
|
|
||||||
// -------------------------------------------------------------------------
|
|
||||||
// This is used only for dynamically loaded instrument lists (as for Alpaca)
|
|
||||||
, "active_instruments": @inc=http://@env{CONFIG_SERVICE}/apps/active_instruments
|
|
||||||
, "comm_settings": "/comm/pubsub/redis/cvtt-prod-eqty-01"
|
|
||||||
# , "cvttcomm": {
|
|
||||||
# "type": "redis"
|
|
||||||
# , "comm_settings": "/comm/pubsub/redis/cvtt-prod-eqty-01"
|
|
||||||
# }
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
, "md_recorder": {
|
, "md_recorder": {
|
||||||
"instrument_groups": {
|
"instrument_groups": {
|
||||||
"BNBFUT_CLD21": [
|
"BNBFUT_CLD21": [
|
||||||
|
|||||||
@ -1,7 +1,16 @@
|
|||||||
{
|
{
|
||||||
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
|
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
|
||||||
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
|
, "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": {
|
"exchanges_settings": {
|
||||||
"*": {
|
"*": {
|
||||||
"mkt_data": {
|
"mkt_data": {
|
||||||
|
|||||||
@ -1,7 +1,16 @@
|
|||||||
{
|
{
|
||||||
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
|
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
|
||||||
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
|
, "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": {
|
, "exchanges_settings": {
|
||||||
"*": {
|
"*": {
|
||||||
"mkt_data": {
|
"mkt_data": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user