Click or drag to resize

IOddsFeedV6 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 IOddsFeedV6 : IOddsFeedV5, 
	IOddsFeedV4, IOddsFeedV3, IOddsFeedV2, IOddsFeedV1, IOddsFeed, 
	IDisposable

The IOddsFeedV6 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
(Inherited from IOddsFeedV2)
Public propertyEventChangeManager Gets a IEventChangeManager instance used to automatically receive fixture and result changes
(Inherited from IOddsFeedV4)
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
(Inherited from IOddsFeedV2)
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 methodIsOpen Returns an indicator if the feed instance is opened or not
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 eventConnectionException Occurs when an exception occurs in the connection loop
(Inherited from IOddsFeedV3)
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
(Inherited from IOddsFeedV2)
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)
Public eventRecoveryInitiated Occurs when a recovery initiation completes
(Inherited from IOddsFeedV5)
Top
See Also