Public Attributes | List of all members
RankingEntry Struct Reference

Information about a team listed in a GetDivisionRanking ranking. More...

Public Attributes

 $Position
 
 $Team
 
 $GamesPlayed
 
 $GamesWon
 
 $GamesLost
 
 $GamesDraw
 
 $IndividualMatchesWon
 
 $IndividualMatchesLost
 
 $IndividualSetsWon
 
 $IndividualSetsLost
 
 $Points
 
 $TeamClub
 

Detailed Description

Information about a team listed in a GetDivisionRanking ranking.

See also
GetDivisionRanking, GetDivisionRankingResponse

Member Data Documentation

◆ $GamesDraw

RankingEntry::$GamesDraw

The number of draw game made by the team

type: int

◆ $GamesLost

RankingEntry::$GamesLost

The number of games lost by the team

type: int

◆ $GamesPlayed

RankingEntry::$GamesPlayed

The number of games played by the team

If some games have been delayed, all the teams do not have played the same amount of matches

type: int

◆ $GamesWon

RankingEntry::$GamesWon

The number of games won by the team

type: int

◆ $IndividualMatchesLost

RankingEntry::$IndividualMatchesLost

The number of individual games lost by all players of the team

type: int

◆ $IndividualMatchesWon

RankingEntry::$IndividualMatchesWon

The number of individual games won by all players of the team

type: int

◆ $IndividualSetsLost

RankingEntry::$IndividualSetsLost

The number of sets won by all players of the team during their individual games

type: int

◆ $IndividualSetsWon

RankingEntry::$IndividualSetsWon

The number of sets won by all players of the team during their individual games

type: int

◆ $Points

RankingEntry::$Points

The number of points or the "score" won by the team

This information is used to rank the teams. This is usually a number of points (2 for a win, 1 for a draw) but some ranking system may be different.

type: int

◆ $Position

RankingEntry::$Position

The position of the team within the ranking

This is positive integer starting at 1. Ex-aequo may have the same position in the ranking

type: int

◆ $Team

RankingEntry::$Team

The name of the team

The name includes the team letter. If available, the short name of the club is given. Example: Hurricane C or Werchter A

type: string

◆ $TeamClub

RankingEntry::$TeamClub

The club wherein the teams is playing.

This parameter contains the unique identifier of the club where the team(s) returned by GetClubTeams belongs to. Example : VLB-225 for VTTL club of Hurricane TTW.

This parameter is usually not shown to the end user but can be used to easily find the club the team is belonging to (easier that with the long name).

type: int


The documentation for this struct was generated from the following file: