Hi,
I am trying to use listClearedOrders (have to remove my last few dependencies to API6.0).
I can't get it to work - i have tried various combination of the optional params - but looks like no matter what I do - when I run the request - it hangs forever on betfair side - no error - just hang forever.
example of params I supplied (the betId is one of mine)
Map<String, Object> params = new HashMap<>();
params.put("betStatus", "SETTLED");
params.put("includeItemDescription", false);
params.put("groupBy", "RUNNER");
params.put("betIds", new long[]{42553357761L});
I don't see what is taking so long as I request the info only for one Betid...
Anyone is using it? How fast is the request?
Any suggestion would be appreciated.
Thanks
EKK
I am trying to use listClearedOrders (have to remove my last few dependencies to API6.0).
I can't get it to work - i have tried various combination of the optional params - but looks like no matter what I do - when I run the request - it hangs forever on betfair side - no error - just hang forever.
example of params I supplied (the betId is one of mine)
Map<String, Object> params = new HashMap<>();
params.put("betStatus", "SETTLED");
params.put("includeItemDescription", false);
params.put("groupBy", "RUNNER");
params.put("betIds", new long[]{42553357761L});
I don't see what is taking so long as I request the info only for one Betid...
Anyone is using it? How fast is the request?
Any suggestion would be appreciated.
Thanks
EKK


Comment