Click or drag to resize

MatchHeaderBooked Property

The meta-message includes matches that are booked or included in the package that is purchased. By adding specifying includeavailable="true" in the meta request, or activating it through XML configuration ‘Include non booked matches in meta’, the meta response will also include matches that are available for booking but not booked yet. The match element in the meta-response will then also include this property specifying whether the match is already booked (true), or not booked yet (false).

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public bool? Booked { get; }

Property Value

NullableBoolean
See Also