Click or drag to resize

ILiveOddsCommonBaseOnMetaInfo Event

Event contains information like the date and time of the match, sport, category, tournament, teams and what TV-channels a match is broadcasted on. When a match is removed, Active is set to false for the match with an optional textual reason why the match has been removed. Active flag can also set to false if the client has unregistered a match. The message element will include the text unregistered in such cases. Match meta-information will also be broadcasted when a match is added to the system, or when a match has been cancelled.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Common
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
event EventHandler<MetaInfoEventArgs> OnMetaInfo

Value

EventHandlerMetaInfoEventArgs
Remarks

The teams have two id's; one named id and another named uniqueId. The id is for that team in that tournament, and the uniqueId is for that team in all tournaments. Not all teams have the uniqueId attribute, so it should only be used to identify that two teams in different tournaments are the same.

It is possible to include you own match id’s in the meta message. To do this you need to contact our support team, so they can setup this. When this is done an extra attribute named SourceId will be included in the meta event. It will be left empty if we are missing your id for a particular match.

See Also