Click or drag to resize

LiveOddsCommonFeedProvider Class

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

Inheritance Hierarchy

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

The LiveOddsCommonFeedProvider type exposes the following members.

Properties
 NameDescription
Public propertyAvailableMetadataTranslations Gets the available metadata translations.
(Inherited from LiveOddsCommonFeedProviderBase)
Public propertyAvailableTranslations Language codes of the currently available translations.
(Inherited from LiveOddsCommonFeedProviderBase)
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
(Inherited from LiveOddsCommonFeedProviderBase)
Public propertyServerTime Get current server time (or null if it is stale).
(Inherited from LiveOddsCommonFeedProviderBase)
Public propertySubscribedEvents
(Inherited from LiveOddsCommonFeedProviderBase)
Top
Methods
 NameDescription
Public methodBookEvents
(Inherited from LiveOddsCommonFeedProviderBase)
Public methodClearState
(Inherited from LiveOddsCommonFeedProviderBase)
Public methodDisableErrorRecovery
(Inherited from LiveOddsCommonFeedProviderBase)
Public methodEnableErrorRecovery
(Inherited from LiveOddsCommonFeedProviderBase)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetEventList(IEnumerableInt64)
(Inherited from LiveOddsCommonFeedProviderBase)
Public methodGetEventList(NullableDateTime, NullableDateTime, Boolean)
(Inherited from LiveOddsCommonFeedProviderBase)
Public methodGetEventMessages
(Inherited from LiveOddsCommonFeedProviderBase)
Public methodGetEventsStatus
(Inherited from LiveOddsCommonFeedProviderBase)
Public methodGetEventStatus
(Inherited from LiveOddsCommonFeedProviderBase)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHandleEntity
(Inherited from LiveOddsCommonFeedProviderBase)
Public methodRegisterMessageDispatcher
(Inherited from LiveOddsCommonFeedProviderBase)
Public methodStart Start component.
(Inherited from LiveOddsCommonFeedProviderBase)
Public methodStop Stop / shutdown component.
(Inherited from LiveOddsCommonFeedProviderBase)
Public methodSubscribe
(Inherited from LiveOddsCommonFeedProviderBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnsubscribe
(Inherited from LiveOddsCommonFeedProviderBase)
Top
Events
 NameDescription
Public eventOnAlive Occurs when [on alive received].
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)
Top
See Also