Realtime Bulk Quote Response
Snapshots for the tickers a bulk quote request asked about, or the message Alpha Vantage returned in place of them.
The results are a flat List rather than a map keyed by ticker, and nothing guarantees it holds one entry per ticker requested or holds them in the order they were added. A ticker the API has no data for simply contributes no entry, so a request for five tickers can answer with four snapshots and no indication of which one is missing. Match on getSymbol rather than by position, and treat a ticker absent from the list as unquoted.
A response carries results or an error, never both. On success getErrorMessage is null and getData holds the snapshots; on failure the message is set and the list is empty rather than null.
Author
Sylvester Sefa-Yeboah
Since
1.8.0
Types
REALTIME_BULK_QUOTES payload into a RealtimeBulkQuoteResponse.