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?
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
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.
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
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?
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
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.