getReporterInfo
Returns available reporter information for the requesting user. Available information includes accounts and operator ids (OEOIDs) from the requesting users firm as well as executing firm ids (EFIDs).
| Parameter | Required | Description |
|---|---|---|
| Command | Y | getReporterInfo |
Example Response
{
"code": "200",
"msg": "",
"data": {
"accounts": [
"1111"
],
"efids": [
"CBOE"
],
"oeoids": [
"1111"
]
}
}




