GetBet Status
Hi gkr
GetBet and getMUBets Status returns M if the Bet is both Part Matched and Fully Matched
Continue to use GetBet but to monitor your status and to place bets etc it is best to use
.remainingSize
.requestedSize
So for example
If .remainingSize = .requestedSize Then 'It is UnMatched
If .remainingSize > 0 And .remainingSize < .requestedSize Then 'It is Partially Matched
If .remainingSize = 0 Then 'It is Fully Matched
There is also a .matchedSize
Also be aware that there is a Known Issue in GetBet
"The requestedSize field is always zero for voided or lapsed bets"
This problem will occur when there is a withdrawn horse in the race
To overcome this always use the Keep option when placing your bets then any Unmatched portion of your bet will not be cancelled and the Reduction Factor will be applied to your bets(Cancel or UnKeep it before the Off if you dont want to keep in running)
Hope this helps
Dave
Hi gkr
GetBet and getMUBets Status returns M if the Bet is both Part Matched and Fully Matched
Continue to use GetBet but to monitor your status and to place bets etc it is best to use
.remainingSize
.requestedSize
So for example
If .remainingSize = .requestedSize Then 'It is UnMatched
If .remainingSize > 0 And .remainingSize < .requestedSize Then 'It is Partially Matched
If .remainingSize = 0 Then 'It is Fully Matched
There is also a .matchedSize
Also be aware that there is a Known Issue in GetBet
"The requestedSize field is always zero for voided or lapsed bets"
This problem will occur when there is a withdrawn horse in the race
To overcome this always use the Keep option when placing your bets then any Unmatched portion of your bet will not be cancelled and the Reduction Factor will be applied to your bets(Cancel or UnKeep it before the Off if you dont want to keep in running)
Hope this helps
Dave


Comment