Tick size zero

harjee
Hi, for some reason today i am continuously getting tick size as zero..i have subscribed to all the nifty-50 stocks..urgent pls help
  • sujith
    Hi @harjee,
    Are you using official Java client?
    Can you paste a couple of instrument tokens?
    Can you put a log inside onConnected and check you are subscribing after getting connected?
  • harjee
    1.yes i am using official java client
    2. some of tokens used by me are 70401, 7712001, 492033, 2672641, 3834113, 895745, 3465729, 3861249
    3. checked onConnect and found that i am subscribing..
    4. actually data is coming on every alternate second..every alternate second i am getting tick size=0
  • sujith
    Hi @harjee,
    Ticks with 0 size are heartbeat ticks, even if you don't subscribe to anything you will still get heartbeat ticks.
    It denotes that you are connected.

    I just tried with a couple of scrips mentioned above and it seems to be working fine.
    You can take a look at ticker usage example here.
  • harjee
    Sujith, now that the market has closed i once again ran my code..this code has been operational since the last few days and working fine..but today for some reason the ticks are arriving every two seconds rather than every one second..i measured the same..pls help
Sign In or Register to comment.