Issue with the TIckers

sashiks1009
Hi,
I am developing a JAVA client and getting the data in streams.
Below is a snapshot of the Nifty Nov Futures I have got
  1. vol:733200, buyQty:502425, sellQty:452775, ltp:10385, time:09:38:37,
  2. vol:733275, buyQty:502500, sellQty:451950, ltp:10384.1, time:09:38:40,
  3. vol:735225, buyQty:503475, sellQty:449250, ltp:10385, time:09:38:42,
  4. vol:736125, buyQty:502875, sellQty:451050, ltp:10385, time:09:38:50,
I have few questions based on the data received:
Q1. I think there is some issue with the data received. Correct me if I am wrong, the buyQty represents the number of bid contracts executed and sellQty represents count of Ask Contracts executed and Volume is the count of total orders executed. Now if you notice the Ticker 1 and Ticker 2:
You will see that 75 quantity of Nifty Futures were traded in that window. The issue comes when we notice the buyQty and sellQty where it says 75 bought and 2625 sold. I cannot understand the correlation between these 3 attributes. This inconsistency is very frequent. Appreciate if anyone can put some light on this.
Q2. How can we get the value of open interest in the instrument, nifty futures in my case?

~Sashi Kant
Sign In or Register to comment.