Click or drag to resize

OddsChangeReason Enumeration

Enumerates possible reasons why the odds-change was generated

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 OddsChangeReason
Members
Member nameValueDescription
NORMAL0 Indicates the message was generated by normal service execution
RISK_ADJUSTMENT1 Indicates the message was generated due to risk adjustment
SYSTEM_DOWN2 Indicates the message was generated because the feed system went down
See Also