uploadRegisteredSymbols
Register a new set of symbols for automated quoting.
| Parameter | Required | Description |
|---|---|---|
| command | Y | uploadRegisteredSymbols |
| identifier | Y | The clearing firm identifier to clear |
| add | Y | Comma-separated list of symbols to register for the next trading session. |
| remove | Y | Comma-separated list of symbols to remove for the next trading session. |
Example Request
?command=uploadRegisteredSymbols&identifier=CBOE&add=ZVZZT,ZBZX,ZTESTExample Response
{"code":"200"
"msg":"List updated. Registration in the securities referenced in your update will be effective on January 12, 2016",
"data":{
"inactiveCount":0,
"duplicateCount":0,
"activeCount":3,
"removeCount":0,
"unknownList":[],
"addCount":3,
"failedMinimumRegistration":[]
}
}




