viewSeriesStatus
View status information on all currently-registered series.
| Parameter | Required | Description |
|---|---|---|
| command | Y | viewSeriesStatus |
| identifier | Y | Market marker ID |
| tradingDay | N | View series status for current trading day or next trading day. Valid values are today or next_trading_day. Defaults to today if not supplied. |
Example Response
{
"msg": "",
"code": "200",
"data": {
"underlying": {
"MMQA": {
"count": 8,
"regType": 0,
"underlying": "P"
}
},
"upload_list": {
"MMQA": "2012-06-29 13:30:09.212097"
},
"series_count": {
"MMQA":"8"
}
}
}




