@rakeshr and @sujith I found the issue, I am using instrument token as string with str() function, and subscribe method takes list of integer or long and not string. So that was the problem. Thank you very much to both of you
@rakeshr I have written python flask application, and also I am exposing subscribe flask method to subscribe new instrument during streaming. In subscribe method I am appending the instrument id to subscribe_list that the same list is used in on_…
@sujith Yes it is already connected and I can see there are ticks which is showing in on_ticks method, during the live streaming time, based on a condition I want to subscribe a new instrument Id and that's the one which throwing error. I have tr…
@sujith Thanks for the response, I have tried ticker level kws.subscribe(subscribe_list) it is thowing "Connection error: 0 - error parsing request" and also I have tried inside on_ticks function with conditional subscription there also I got Con…
@Nikhil.A , You mean to say ,using connect API, I cannot pull historical data any more, that means Connect API is only trading API with realtime websocket data (No Historical data) . In that case Is it possible to subscribe only for historical data …
Thanks for clarifying @Kailash, infact I had connect and also publish Apps, I did not use connect much, so i have discontinued, Anyway it means going forward Publisher App will not be able to pull historical Data. as per the developer console "No …
Hi Kailash, as per your comment, "The request_token is short live".What will be validity of the request token?
I am trying to test with Java client, as soon as i get the request token and place it in a java program and try to get access_token, …