I am trying to fetch tick data using websockets in java. For gold future contract, the tick price is published in following manner - [com.rainmatter.models.Tick@6745c856]. I am not sure how to read this. Mode used is ltp. Could you please help me in parsing this. Thanks.
I am getting error when calling responseDict = GetDict(content); from kitecon.Historical function JArray temp = kitecon.Historical("4995329", "15minute", 1);
It throws error as "kite api error TokenExceptionstatusForbidden"