Click or drag to resize

IOddsFeedV2 Interface

Represent a root object of the unified odds feed

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 IOddsFeedV2 : IOddsFeedV1, 
	IOddsFeed, IDisposable

The IOddsFeedV2 type exposes the following members.

Properties
 NameDescription
Public propertyBookingManager Gets a IBookingManager instance used to perform various booking calendar operations
(Inherited from IOddsFeed)
Public propertyBookmakerDetails Gets a IBookmakerDetails instance used to get info about bookmaker and token used
(Inherited from IOddsFeedV1)
Public propertyCashOutProbabilitiesProvider Gets the ICashOutProbabilitiesProvider instance used to retrieve cash out probabilities for betting markets
(Inherited from IOddsFeed)
Public propertyCustomBetManager Gets a ICustomBetManager instance used to perform various custom bet operations
Public propertyEventRecoveryRequestIssuer Gets a IEventRecoveryRequestIssuer instance used to issue recovery requests to the feed
(Inherited from IOddsFeed)
Public propertyMarketDescriptionManager Gets a IMarketDescriptionManager instance used to get info about available markets, and to get translations for markets and outcomes including outrights
Public propertyProducerManager Gets a IProducerManager instance used to retrieve producer related data
(Inherited from IOddsFeed)
Public propertySportDataProvider Gets a ISportDataProvider instance used to retrieve sport related data from the feed
(Inherited from IOddsFeed)
Top
Methods
 NameDescription
Public methodClose Closes the current feed by closing all created sessions and disposing of all resources associated with the current instance
(Inherited from IOddsFeed)
Public methodCreateBuilder Constructs and returns a new instance of IOddsFeedSessionBuilder
(Inherited from IOddsFeed)
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodOpen Opens the current feed by opening all created sessions
(Inherited from IOddsFeed)
Top
Events
 NameDescription
Public eventClosed Occurs when feed is closed
(Inherited from IOddsFeed)
Public eventDisconnected Raised when the current instance of IOddsFeed loses connection to the feed
(Inherited from IOddsFeed)
Public eventEventRecoveryCompleted Occurs when a requested event recovery completes
Public eventProducerDown Raised when the current IOddsFeed instance determines that the IProducer associated with the odds feed went down
(Inherited from IOddsFeed)
Public eventProducerUp Raised when the current IOddsFeed instance determines that the IProducer associated with the odds feed went up (back online)
(Inherited from IOddsFeed)
Top
See Also