Click or drag to resize

IMarketWithSettlement Interface

Represents settlement information for a 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 IMarketWithSettlement : IMarketCancel, 
	IMarket

The IMarketWithSettlement type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalInfo Gets the IReadOnlyDictionaryTKey, TValue containing additional market information
(Inherited from IMarket)
Public propertyId Gets a Int32 value specifying the market type
(Inherited from IMarket)
Public propertyMarketDefinition Gets the associated market definition instance
(Inherited from IMarket)
Public propertyOutcomeSettlements Gets an IEnumerableT where each IOutcomeSettlement instance provides settlement information for one outcome(selection)
Public propertySpecifiers Gets a IReadOnlyDictionaryTKey, TValue containing market specifiers
(Inherited from IMarket)
Public propertyVoidReason Gets a INamedValue specifying the void reason, or a null reference if no void reason is specified
(Inherited from IMarketCancel)
Top
Methods
 NameDescription
Public methodGetMappedMarketIdAsyncObsolete.
Asynchronously gets the mapping Id of the specified market
(Inherited from IMarket)
Public methodCode exampleGetMappedMarketIdsAsync Asynchronously gets the mapping Ids of the specified market
(Inherited from IMarket)
Public methodGetNameAsync Asynchronously gets the name of the market in the specified language
(Inherited from IMarket)
Top
See Also