I am looking for an explaination on the betPlaced event using COM.
I am looking to make my own tick offset using COM and i think i would need to implement the betPlaced event, but am not sure how it actually works.
Currently, i just place bets very simply using code such as:
- Code: Select all
ref = ba.placeBet(0 , "L", 2, 2 False)
I do not want to wait for result hence the false in the command as i find this makes Excel hang when i am in markets with a delay imposed by Betfair.
If i wanted to find the status of the above bet, is the betPlaced the event i would need to use and could anybody give me an example on how i would get started please?
Many thanks