Click or drag to resize

IMarketDefinition Interface

Defines methods used to access market definition properties

Namespace: Sportradar.OddsFeed.SDK.Entities
Assembly: Sportradar.OddsFeed.SDK.Entities (in Sportradar.OddsFeed.SDK.Entities.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IMarketDefinition

The IMarketDefinition type exposes the following members.

Methods
 NameDescription
Public methodGetAttributes Returns a dictionary of associated market attributes
Public methodGetGroups Returns a list of groups to which the associated market belongs to
Public methodGetIncludesOutcomesOfTypeObsolete.
Returns an indication of which kind of outcomes the associated market includes
Public methodGetNameTemplate Returns the unmodified market name template
Public methodGetOutcomeType Returns an indication of which kind of outcomes the associated market includes
Public methodGetValidMappings Returns a list of valid market mappings
Top
See Also