Click or drag to resize

IOutcomeSettlementV1 Interface

Represent settlement information for an outcome(market selection)

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 IOutcomeSettlementV1 : IOutcomeSettlement, 
	IOutcome

The IOutcomeSettlementV1 type exposes the following members.

Properties
 NameDescription
Public propertyDeadHeatFactor Gets a dead-heat factor for the current IOutcomeSettlement instance
(Inherited from IOutcomeSettlement)
Public propertyId Gets the value uniquely identifying the current instance
(Inherited from IOutcome)
Public propertyOutcomeResult Gets a value indicating whether the outcome associated with current IOutcomeSettlement is winning - i.e. have the bets placed on this outcome winning or losing
Public propertyResultObsolete.
Gets a value indicating whether the outcome associated with current IOutcomeSettlement is winning - i.e. have the bets placed on this outcome winning or losing
(Inherited from IOutcomeSettlement)
Public propertyVoidFactor Gets the VoidFactor associated with a current IOutcomeSettlement or a null reference. The value indicates the percentage of the stake that should be voided (returned to the punter).
(Inherited from IOutcomeSettlement)
Top
Methods
 NameDescription
Public methodGetMappedOutcomeIdAsyncObsolete.
Asynchronously gets the mapping Id of the specified outcome
(Inherited from IOutcome)
Public methodGetMappedOutcomeIdsAsync Asynchronously gets the mapping Ids of the specified outcome
(Inherited from IOutcome)
Public methodGetNameAsync Asynchronously gets the name of the outcome in the specified language
(Inherited from IOutcome)
Top
See Also