I am testing my APING CancelOrders Command.
If I cancel one specific betId, or I cancel all bets on a specific MarketId then the response packet I get contains the expected list of BetIds that were cancelled. All good so far.
However, if I cancel all orders, then the response packet always returns just an empty list, so I cant see what betIds were cancelled.
I cant spot an obvious fault with my code, but it would seem odd and inconsistent behaviour from the Server side to not return that list.
Can anyone confirm if cancel all orders does in fact return an empty InstructionReports list ?
Thanks Geoff
If I cancel one specific betId, or I cancel all bets on a specific MarketId then the response packet I get contains the expected list of BetIds that were cancelled. All good so far.
However, if I cancel all orders, then the response packet always returns just an empty list, so I cant see what betIds were cancelled.
I cant spot an obvious fault with my code, but it would seem odd and inconsistent behaviour from the Server side to not return that list.
Can anyone confirm if cancel all orders does in fact return an empty InstructionReports list ?
Thanks Geoff


Comment