viewActiveRegisteredSymbols
View active LMP symbols registered for both the current trading session and the next trading session.
| Parameter | Required | Description |
|---|---|---|
| command | Y | viewActiveRegisteredSymbols |
| identifier | Y | The clearing firm identifier to view |
Example Response
{"code":"200",
"data":{
"current":["ZVZZT"],
"next":["ZVZZT"]
}
"msg":"",
}Note that the "current" and "next" lists represent registered symbols in an active state at the time the command is run.





