Click or drag to resize

LiveOddsFeedProvider Class

[Missing <summary> documentation for "T:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsFeedProvider"]

Inheritance Hierarchy

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Internal
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public class LiveOddsFeedProvider : LiveOddsCommonFeedProvider, 
	ILiveOdds, ILiveOddsCommon, ILiveOddsCommonBase, ILiveFeeds, IStartable

The LiveOddsFeedProvider type exposes the following members.

Constructors
 NameDescription
Public methodLiveOddsFeedProviderInitializes a new instance of the LiveOddsFeedProvider class
Top
Properties
 NameDescription
Public propertyAvailableBetTypeTranslations Gets the available bet type translations.
Public propertyAvailableMetadataTranslations Gets the available metadata translations.
(Inherited from LiveOddsCommonFeedProviderBase)
Public propertyAvailableTranslations
(Overrides LiveOddsCommonFeedProviderBaseAvailableTranslations)
Public propertyIsConnectionStable Is the current connection stable enough to accept bets safely?
(Inherited from LiveOddsCommonFeedProviderBase)
Public propertyLastAliveMessage Get time when the last alive message from the server was received.
(Inherited from LiveOddsCommonFeedProviderBase)
Public propertyLastServerMessage Get time when the last message from the server was received. This includes alive messages that are periodically sent.
(Inherited from LiveOddsCommonFeedProviderBase)
Public propertyProtoProvider Underlying protocol provider.
(Inherited from LiveOddsCommonFeedProviderBase)
Public propertyProviderType Gets the type of the provider.
(Overrides LiveOddsCommonFeedProviderBaseProviderType)
Public propertyServerTime Get current server time (or null if it is stale).
(Inherited from LiveOddsCommonFeedProviderBase)
Public propertySubscribedEvents All match ids for matches were are currently subscribed to.
(Overrides LiveOddsCommonFeedProviderBaseSubscribedEvents)
Public propertyTestManager 
Top
Methods
Events
 NameDescription
Public eventOnAlive Occurs when [on alive received].
(Inherited from LiveOddsCommonFeedProvider)
Public eventOnBetCancel Occurs when [on bet cancel].
(Inherited from LiveOddsCommonFeedProviderBase)
Public eventOnBetCancelUndo Occurs when [on bet cancel undone].
(Inherited from LiveOddsCommonFeedProviderBase)
Public eventOnBetClear Occurs when [on bet clear].
(Inherited from LiveOddsCommonFeedProviderBase)
Public eventOnBetClearRollback Occurs when [on bet clear rollback].
(Inherited from LiveOddsCommonFeedProviderBase)
Public eventOnBetStart Occurs when [on bet start].
(Inherited from LiveOddsCommonFeedProviderBase)
Public eventOnBetStop Occurs when [on bet stop].
(Inherited from LiveOddsCommonFeedProviderBase)
Public eventOnConnectionStable Occurs when connection stable.
(Inherited from LiveOddsCommonFeedProviderBase)
Public eventOnConnectionUnstable Occurs when connection unstable.
(Inherited from LiveOddsCommonFeedProviderBase)
Public eventOnEventMessages Occurs when [on match messages received].
(Inherited from LiveOddsCommonFeedProviderBase)
Public eventOnEventStatus Occurs when [on match status received].
(Inherited from LiveOddsCommonFeedProviderBase)
Public eventOnFeedError Occurs when [on feed error].
(Inherited from LiveOddsCommonFeedProviderBase)
Public eventOnMetaInfo Occurs when [on meta info received].
(Inherited from LiveOddsCommonFeedProviderBase)
Public eventOnOddsChange Occurs when [on odds change].
(Inherited from LiveOddsCommonFeedProviderBase)
Public eventOnScoreCardSummary Occurs when [on score card received].
Top
See Also
Inheritance Hierarchy