Click or drag to resize

IMarket Interface

Represents a betting market

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 IMarket

The IMarket type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalInfo Gets the IReadOnlyDictionaryTKey, TValue containing additional market information
Public propertyId Gets a Int32 value specifying the market type
Public propertyMarketDefinition Gets the associated market definition instance
Public propertySpecifiers Gets a IReadOnlyDictionaryTKey, TValue containing market specifiers
Top
Methods
 NameDescription
Public methodGetMappedMarketIdAsyncObsolete.
Asynchronously gets the mapping Id of the specified market
Public methodCode exampleGetMappedMarketIdsAsync Asynchronously gets the mapping Ids of the specified market
Public methodGetNameAsync Asynchronously gets the name of the market in the specified language
Top
See Also