-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDCMSGW_Config.js
148 lines (148 loc) · 4.91 KB
/
DCMSGW_Config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"configuration": {
"@_environment": "New Release",
"@_updated": "Wed Sep 9 18:00:02 2015 CDT",
"marketsegment": [
{
"@_id": 60,
"@_label": "CBOT Commodity and Equity Options",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.195",
"host-ip-2": "69.50.112.194"
},
{
"@_id": 52,
"@_label": "CME FX Options",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.181",
"host-ip-2": "69.50.112.180"
},
{
"@_id": 54,
"@_label": "CME Equity Options",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.191",
"host-ip-2": "69.50.112.190"
},
{
"@_id": 50,
"@_label": "CME Eurodollar Options",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.202",
"host-ip-2": "69.50.112.201"
},
{
"@_id": 58,
"@_label": "CBOT Treasury Options",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.172",
"host-ip-2": "69.50.112.171"
},
{
"@_id": 56,
"@_label": "NYMEX and COMEX Options",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.174",
"host-ip-2": "69.50.112.173"
},
{
"@_id": 70,
"@_label": "CME Commodity Futures",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.183",
"host-ip-2": "69.50.112.182"
},
{
"@_id": 72,
"@_label": "CBOT Commodity Futures",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.189",
"host-ip-2": "69.50.112.188"
},
{
"@_id": 62,
"@_label": "CME FX Futures",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.185",
"host-ip-2": "69.50.112.184"
},
{
"@_id": 64,
"@_label": "CME E-mini S&P 500 Futures",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.177",
"host-ip-2": "69.50.112.176"
},
{
"@_id": 88,
"@_label": "CME Globex FX Futures and Options",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.169",
"host-ip-2": "69.50.112.175"
},
{
"@_id": 66,
"@_label": "CBOT Equity Futures",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.165",
"host-ip-2": "69.50.112.164"
},
{
"@_id": 68,
"@_label": "CME Equity Futures excluding E-mini S&P",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.168",
"host-ip-2": "69.50.112.170"
},
{
"@_id": 82,
"@_label": "CME Eurodollar Futures",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.179",
"host-ip-2": "69.50.112.178"
},
{
"@_id": 84,
"@_label": "CBOT Treasury Futures",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.198",
"host-ip-2": "69.50.112.200"
},
{
"@_id": 76,
"@_label": "NYMEX and COMEX Metals and Alternative Market Futures",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.204",
"host-ip-2": "69.50.112.203"
},
{
"@_id": 78,
"@_label": "NYMEX Non-Crude Energy Futures",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.167",
"host-ip-2": "69.50.112.166"
},
{
"@_id": 80,
"@_label": "NYMEX Crude Energy Futures",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.187",
"host-ip-2": "69.50.112.186"
},
{
"@_id": 74,
"@_label": "Hosted Partner Exchange markets and NYMEX Emissions Futures",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.197",
"host-ip-2": "69.50.112.196"
},
{
"@_id": 99,
"@_label": "ACP",
"protocol": "TCP/IP",
"host-ip-1": "69.50.112.199",
"host-ip-2": "69.50.112.205"
}
]
}
}