Hi @rakeshr , @Vivek, @sujith ,
The above range (15 days) is just added for the sake of providing an example. Actually, I need to fetch last 6 months data. Therefore, I am using the continuous flag to get values of previous months as well.
For a g…
Hi @rakeshr @sujith ,
I have created a minimum running example for the issue. This bare minimum code should return the correct values for close and volume for asianpaint sept future, however it does not.
This gist also has instructions to run the…
Strange !!
Thanks for the quick turnaround. I checked again at my side, but still getting thr incorrect values. This time I tried with all literal values, but the output is same.
Code
public getHistoricalData = async (): Promise => {
retu…
@sujith
No Exception is raised! The callback method
tickerProvider.setOnDisconnectedListener(new OnDisconnect() {
@Override
public void onDisconnected() {
// your code goes here
…