Click or drag to resize

MatchHeaderStrikes Property

Used by baseball and similar sports. Part of pitch count statistic. Denotes the number of fouls from the striker for current half-inning.

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

Property Value

NullableInt32
Remarks
A strike in baseball results when a batter swings at and misses a pitch, doesn't swing at a pitch in the strike zone or hits a foul ball that is not caught. Can be 0, 1 or 2.
See Also