Hi when putting a bet on, I executed the code and noted that the bet came up in BetFair with the CONFIRM option down the bottom.
Here is code ..
Dim placeExecutionReport = client.placeOrders(marketId, customerRef, placeInstructions)
I assume in placeInstructions that we put the instruction in that we don't wish to confirm but couldn't see an option to set for this, unless I am missing something.
I know you can set up the Betfair settings (on the actual betfair webclient) to select NO confirm confirmation but I want to keep this and have my BetBot override this instruction.
Anyone point me in the right direction please
Here is code ..
Dim placeExecutionReport = client.placeOrders(marketId, customerRef, placeInstructions)
I assume in placeInstructions that we put the instruction in that we don't wish to confirm but couldn't see an option to set for this, unless I am missing something.
I know you can set up the Betfair settings (on the actual betfair webclient) to select NO confirm confirmation but I want to keep this and have my BetBot override this instruction.
Anyone point me in the right direction please


Comment