What is the correct way to determine from the results of listMarketBook that a market has been settled?
The documentation suggests I should use MarketBook.status: "The status of the market, for example ACTIVE, SUSPENDED, SETTLED, etc."
But SETTLED is not a documented value for the MarketStatus enum.
Should I check against "CLOSED" or "SETTLED"? Does CLOSED mean the race has finished but has yet to be settled? Or should I use the MarketBook.complete field (this field has no explanatory text).
Thanks
NickB
The documentation suggests I should use MarketBook.status: "The status of the market, for example ACTIVE, SUSPENDED, SETTLED, etc."
But SETTLED is not a documented value for the MarketStatus enum.
Should I check against "CLOSED" or "SETTLED"? Does CLOSED mean the race has finished but has yet to be settled? Or should I use the MarketBook.complete field (this field has no explanatory text).
Thanks
NickB


Comment