Click or drag to resize

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

The IOddsFeedV1 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
Public propertyCashOutProbabilitiesProvider Gets the ICashOutProbabilitiesProvider instance used to retrieve cash out probabilities for betting markets
(Inherited from IOddsFeed)
Public propertyEventRecoveryRequestIssuer Gets a IEventRecoveryRequestIssuer instance used to issue recovery requests to the feed
(Inherited from IOddsFeed)
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 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
Remarks
Interface will be merged into base ITimelineEvent in next major version scheduled for January 2019
See Also