by kiint » Sat May 11, 2013 1:22 pm
Hi,
Couple of questions.
I've been building my new super VB.NET app and it's looking pretty good.
However, I have a question about the updateBet method. Does it return a value and if so, what is it?
I'd assumed it would return a betref as a string but this gives me an invalid cast exception.
I also noticed something strange with the betdetail object values. The ref value didn't seem to hold the betref.
I've copied the object below:
BettingAssistantCom.Application.BetDetail
avgPrice 0.0 Double
betCategoryType "E" String
betStatus "U" String
betType "L" String
errorCode "OK" String
matchedDate #12:00:00 AM# Date
matchedSize 0.0 Double
price 5.8 Double
profitAndLoss 0.0 Double
ref "Betting_Assistant.betfair1.Bet" String
remainingSize 2.0 Double
requestedSize 2.0 Double
selectionId 7208967 Integer
selectionName "Jazz" String
Is the value in ref normal, something due to being in debug mode (strange things can happen at times) or something not quite right?
Cheers,
Kiint