Click or drag to resize

OutrightHeaderInfo Constructor

Initializes a new instance of the OutrightHeaderInfo class

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Outrights
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public OutrightHeaderInfo(
	OutrightHeader outrightHeader,
	OutrightInfo outrightInfo
)

Parameters

outrightHeader  OutrightHeader
A OutrightHeader instance containing basic information about the outright
outrightInfo  OutrightInfo
A OutrightInfo instance containing extended information about the outright
See Also