In Websocket streaming response there is field UpdateType (values Trade, QuotesTrade).
Is it enough for us if we just look for these 2 types for identifying trade events for real time data?
And if we have delayed data then most of the times we get UpdateTypes as "Multiple" (i.e Update event with filtering and conflation applied). So how to identify trade events in such response. Should I just look for TRDPRC_1 field or is any other better way to determine trade event in delayed data?