QuotesSymbolMultipleData(QuotesSymbolMultipleData)
Per-symbol payload keyed by ticker symbol. The two modes differ, including in how they report a symbol the upstream does not recognise. With type=price each value is the merged quote-module map and an unrecognised symbol is simply absent from the payload. With type=info every requested symbol is present, wrapped as {"data": {...}} on success or {"error": "..."} on failure. The field set varies by instrument type.
{
"property1": {
"property1": "string",
"property2": "string"
},
"property2": {
"property1": "string",
"property2": "string"
}
}