Enum FixtureChangeType
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Enums
- Assembly
- Sportradar.OddsFeed.SDK.dll
Enumerates reasons why a IFixtureChange<T> message was received
public enum FixtureChangeType
Fields
Cancelled = 3The sport event has been canceled
Coverage = 5Coverage of the sport event has been changed
Format = 4Format changes to the fixture
New = 1A new sport event has been added(typically used for events that are created and will start in the near-term)
NotAvailable = 102Type not specified (not available - equal null)
Other = 101Other various changes to the fixture
Pitcher = 6Pitcher has been changed
StartTime = 2The start time of the sport event has changed
On message this value is represented with DATETIME value - keeping same name to avoid breaking change