Hi,
I'm trying to ensure that my placed bets don't accidentally end up in the in-play market. I've read through the docs and tried to use the market version function but for some reason it doesn't work. Any help is appreciated.
This is the instruction I'm using in python:
order = trading.betting.place_orders( market_id= i, instructions= place_order_list, market_version= int(3235800000) )
I'm trying to ensure that my placed bets don't accidentally end up in the in-play market. I've read through the docs and tried to use the market version function but for some reason it doesn't work. Any help is appreciated.
This is the instruction I'm using in python:
order = trading.betting.place_orders( market_id= i, instructions= place_order_list, market_version= int(3235800000) )


Comment