Matt Parkin
Results
2
issues of
Matt Parkin
Hi, Thanks for producing this fantastic module! Whilst using it, I have ran into an issue. api.marketdata.get_odds_ladder() returns: AttributeError: 'list' object has no attribute 'get' My understanding is that this...
Hi, I'm attempting to create and place an order by running the following: ``` from betdaq.apiclient import APIClient from betdaq import filters, enums api = APIClient('*', '*') myorder = [filters.create_order(82026914,...