... entire fieldList that is received?
When receiving market price data as a consumer, I am wanting to first find the context id of the symbol being requested without having to decode each entry individually. Is there a way to do this?My initial though process was to us RsslMap instead RsslFieldList but that does not look like a viable option. Also, I was thinking of making a set that would contain just CONTEXT_ID in order to ensure that is decoded first and then decode the rest of the entries in a separate list. Am I on the right track by doing this?