Click or drag to resize

IFixtureChangeT Interface

Defines a contract implemented by messages which indicate a fixture was changed

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 interface IFixtureChange<out T> : IEventMessage<T>, 
	IMessageV1, IMessage
where T : ISportEvent

Type Parameters

T
A ICompetition derived type used to describe the sport event associated with the fixture change

The IFixtureChangeT type exposes the following members.

Properties
 NameDescription
Public propertyChangeType Gets a FixtureChangeType indicating how the fixture was changed (added, re-scheduled, ...)
Public propertyEvent Gets a ISportEvent derived instance representing the sport event associated with the current message
(Inherited from IEventMessageT)
Public propertyNextLiveTime Gets a value specifying the start time of the fixture in milliseconds since EPOCH UTC after the fixture was re-scheduled
Public propertyProducer Gets a Producer specifying the producer / service which dispatched the current IMessage message
(Inherited from IMessage)
Public propertyRawMessage Gets the raw message
(Inherited from IEventMessageT)
Public propertyRequestId Get the id of the request which triggered the current IEventMessageT message or a null reference if no requestId was provided to the request
(Inherited from IEventMessageT)
Public propertyStartTime Gets a value specifying the start time of the fixture in milliseconds since EPOCH UTC
Public propertyTimestampObsolete.
Gets the value specifying when the message was generated in the milliseconds since EPOCH UTC
(Inherited from IMessage)
Public propertyTimestamps Gets the timestamps when the message was generated, sent, received and dispatched by the sdk
(Inherited from IMessageV1)
Top
See Also