Hello , i am new to this, i want to fetch 2 or more instruments tokens' every tick in single program so i have written the code as bellow, this below code gives me the first tick for both the token after the first tick it only gives for one token id only, kindly help
ArrayList tokens = new ArrayList<>(); tokens.add(Long.parseLong("12428546"));// tokens.add(Long.parseLong("15495426"));
as the above two tokens which i mentioned it of nifty fut and banknifty fut, so there are tick every second or two, but i am getting only fist tick for both, and then after only for on instrument, so can you please share any example or thread where i can find the solution
rakesh sir you are great. Thank you so much for you quickest and perfect reply, i feel asham for such a silly mistake, but thank you very much, heartly appriciate
You can know more here.
as the above two tokens which i mentioned it of nifty fut and banknifty fut, so there are tick every second or two, but i am getting only fist tick for both, and then after only for on instrument, so can you please share any example or thread where i can find the solution
Fetch latest instrument list from here.