Trying to understand the difference between a match and ticker message type. If I understand the message types correctly, a match represents trades from a maker perspective and a ticker represents a trade from a taker perspective. Said differently, a "ticker" event could be associated with multiple "match" events because the taker's order was larger than the first order on the book. However, after monitoring for such an event on the websocket feed, I did not observe a 1 ticker to many matches occurrence.
Which leads me to believe my understanding is incorrect.
What is the difference between the match and ticker event types in the Websocket API? (Starting to think nothing, they just represent different detail)