I'm using the 'last_traded_quantity' field to calculate the interval volume. In each interval, I sum this field for every tick received for a particular symbol. I had already thought about your approach too and that does return the correct volume as…