Hi
I am revisiting some code I wrote ages ago and struggling to remember some details now.
I currently have code that shows me a list of unmatched bets and also a list of matched bets. In my current implementation a bet needs to be fully matched before it moves from the unmatched to matched list.
What I want to do is change this so I can see the bet getting matched in partial chunks. I am reading through the API, but cant spot how to do that. I am guessing it must be possible as I think the commercial Apps have ladder views that can show how much of a bet has been taken and how much is remaining.
Thanks for any pointers on how to achieve this.
Geoff
I am revisiting some code I wrote ages ago and struggling to remember some details now.
I currently have code that shows me a list of unmatched bets and also a list of matched bets. In my current implementation a bet needs to be fully matched before it moves from the unmatched to matched list.
What I want to do is change this so I can see the bet getting matched in partial chunks. I am reading through the API, but cant spot how to do that. I am guessing it must be possible as I think the commercial Apps have ladder views that can show how much of a bet has been taken and how much is remaining.
Thanks for any pointers on how to achieve this.
Geoff


Comment