Click or drag to resize

IMarketDescriptionManager Interface

Used to obtain information about available markets and get translations for markets and outcomes including outrights

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

The IMarketDescriptionManager type exposes the following members.

Methods
 NameDescription
Public methodGetMarketDescriptionsAsync Asynchronously gets a IEnumerableT of all available static market descriptions
Public methodGetMarketMappingAsync(Int32, IProducer) Asynchronously gets a IEnumerableT of available mappings for the provided marketId/producer combination
Public methodGetMarketMappingAsync(Int32, IReadOnlyDictionaryString, String, IProducer) Asynchronously gets a IEnumerableT of available mappings for the provided marketId/producer combination
Public methodLoadMarketDescriptionsAsync Asynchronously loads the invariant and variant list of market descriptions from the Sports API
Top
See Also