I am using go package to subscribe and get tick data of few stocks.
I logged data i am getting with webosckets and it seems like duplicate data but timestamp is different.
is it likely that I am getting duplicate data or it's just others executing same orders at different time and it just looks like duplicate but not duplicate in real. Please help.
@aswin1231 while this might seem as duplicate considering just 3 fields, if you look at the data in full mode, you might see that bids or asks might have changed. The exchange will broadcast a tick even if there is change in bids or asks (market depth) data.