Please check my code: let me know is there is any issue: Which I'm running for Justdial.
public static void getVolume(String key){
Map param8 = new HashMap(){
{
put("from", "2016-11-08");
put("to", "2016-…
This is the code that I'm using:
Map param8 = new HashMap(){
{
put("from", "2016-10-20");
put("to", "2016-10-20");
}
};
ArrayList instrumentKeys = new ArrayList();
/* I…