Interface IFixtureChange<T>
- Namespace
- Sportradar.OddsFeed.SDK.Entities
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by messages which indicate a fixture was changed
public interface IFixtureChange<out T> : IEventMessage<T>, IMessage where T : ISportEvent
Type Parameters
TA ICompetition derived type used to describe the sport event associated with the fixture change
- Inherited Members
Properties
ChangeType
Gets a FixtureChangeType indicating how the fixture was changed (added, re-scheduled, ...)
FixtureChangeType ChangeType { get; }
Property Value
Remarks
If not specified in message, returns NotAvailable
NextLiveTime
Gets a value specifying the start time of the fixture in milliseconds since EPOCH UTC after the fixture was re-scheduled
long? NextLiveTime { get; }
Property Value
- long?
StartTime
Gets a value specifying the start time of the fixture in milliseconds since EPOCH UTC
long StartTime { get; }