Click or drag to resize

MatchHeader Class

Basic match information specifying match id, teams playing, bet status, feed type and other info.
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.LiveScoutMatchHeader

Namespace: Sportradar.SDK.FeedProviders.LiveScout
Assembly: LiveScoutFeedProvider (in LiveScoutFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
[SerializableAttribute]
public class MatchHeader

The MatchHeader type exposes the following members.

Constructors
 NameDescription
Public methodMatchHeaderInitializes a new instance of the MatchHeader class
Top
Properties
 NameDescription
Public propertyActive Is match active?
Public propertyAwayState 
Public propertyBetStatus Whether market is open or closed.
Public propertyConnectionStatus Whether scout is currently connected or not.
Public propertyCoverageStatusId Gets the coverage status identifier
Public propertyCoveredFrom Whether the match is covered from TV or venue.
Public propertyDevice Device used for scouting
  • 1 – Hardphone/Asterisk
  • 2 – Softphone
  • 3 – Scout Admin
  • 4 – Scout Mobile App
  • 5 – External Data Feed
Public propertyDistance Distance between teams in km.
Public propertyExtMatchId 
Public propertyExtraInfo Integer specifying special information for the match. Can be one of the following:
  • 1 – Soccer match played 2*40 minutes (+2*10 minutes extra time)
  • 2 – Tennis no advantage rule, super tie break to 10 points
  • 3 – Tennis no advantage rule, super tie break to 7 points
  • 4 – Tennis no advantage rule, no super tie break
  • 5 – Tennis advantage rule, super tie break to 10 points
  • 6 – Tennis advantage rule, super tie break to 7 points
  • 7 – Basketball 12 minute periods
  • 8 – Volleyball best of 3 sets
  • 9 - Soccer match played 2*35 minutes (+2* 5 minutes extra time)
  • 10 - Soccer match played 2*30 minutes (+2* 5 minutes extra time)
  • 11 - Soccer match played 2*25 minutes (+2* 5 minutes extra time)
  • 12 - Ice hockey 10 minutes extra time periods
  • 13 - Ice hockey 20 minutes extra time periods
  • 14 – Futsal match played 2*25 minutes (+2* 5 minutes extra time)
Tennis advantage rule is when games must be won by at least 2 points (i.e. the use of deuce and advantage player X). In doubles matches advantage rule is usually not used. Super tie break in tennis is when the last set is a special tie break set.
Public propertyFirstServe Which player / team has first serve of match (tennis).
Public propertyFirstServeGoldenSet Which player / team has first serve of golden set
Public propertyFirstServeTieBreak Which player / team has first serve in tie-break (tennis).
Public propertyHomeState 
Public propertyIsBooked Whether the match is booked by the client.
Public propertyIsCancelled 
Public propertyIsDeepCoverage Whether this is a deep coverage match.
Public propertyIsTimeRunning Whether time/clock is running/active or not.
Public propertyMatchId Match Id.
Public propertyMatchTime Match time, mm:ss (e.g. 40:00 or 00:00).
Public propertyNumberOfSets Number of sets in match (tennis).
Public propertySetLimit Number of points needed to win a set
Public propertySex Gender (sex) of the player / team.
Public propertySourceId Customer match id. Included if set up and if available for this match. Contact Sportradar in order to include this in the scout feed
Public propertySportId Gets the sport identifier
Public propertySt1Id Betradar super team id for team 1.
Public propertySt2Id Betradar super team id for team 2.
Public propertyStart Official match start time, as a timestamp in UTC.
Public propertySTime 
Public propertyTeam1 Betradar team 1 (home team).
Public propertyTeam1Abbreviation Team 1 abbreviation
Public propertyTeam1Division 
Public propertyTeam1Natural Betradar team 1 (home team) - natural
Public propertyTeam2 Betradar team 2 (away team).
Public propertyTeam2Abbreviation Team 2 abbreviation
Public propertyTeam2Division 
Public propertyTeam2Natural Betradar team 2 (away team) - natural
Public propertyTeamMatch 
Public propertyTeamMatchId 
Public propertyTieBreakLastSet Last set has tie break.
Public propertyTypeOfFeed Whether this is a full, delta or delta update message.
Public propertyVar 
Public propertyVbpClassification 
Public propertyVenue 
Public propertyWonJumpBall Which team won jump ball at the start of the match.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also