Click or drag to resize

MarketStatus Enumeration

Enumerates market statuses

Namespace: Sportradar.OddsFeed.SDK.Entities
Assembly: Sportradar.OddsFeed.SDK.Entities (in Sportradar.OddsFeed.SDK.Entities.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public enum MarketStatus
Members
Member nameValueDescription
INACTIVE0 Indicates the market should NOT be displayed and bets on it should NOT be accepted
ACTIVE1 Indicating that the market should be displayed and bets on it should be accepted
SUSPENDED-1 Indicates that the market should be displayed but the bets on it should NOT be accepted
HANDED_OVER-2 Indicates the market was handed over from one odds producer to another. If the odds for this market were already received from another producer this update should be ignored, otherwise associated market should be suspended until such odds are received.
SETTLED-3 Indicates the markets has already been settled by a previous message
CANCELLED-4 Indicates the markets has already been cancelled by a previous message
See Also