Click or drag to resize

LiveOddsCommonFeedProviderBase Class

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

Inheritance Hierarchy

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

The LiveOddsCommonFeedProviderBase type exposes the following members.

Properties
 NameDescription
Public propertyAvailableMetadataTranslations Gets the available metadata translations.
Public propertyAvailableTranslations Language codes of the currently available translations.
Public propertyIsConnectionStable Is the current connection stable enough to accept bets safely?
Public propertyLastAliveMessage Get time when the last alive message from the server was received.
Public propertyLastServerMessage Get time when the last message from the server was received. This includes alive messages that are periodically sent.
Public propertyProtoProvider Underlying protocol provider.
Public propertyProviderType 
Public propertyServerTime Get current server time (or null if it is stale).
Public propertySubscribedEvents 
Top
Methods
 NameDescription
Public methodBookEvents 
Public methodClearState 
Public methodDisableErrorRecovery 
Public methodEnableErrorRecovery 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetEventList(IEnumerableInt64) 
Public methodGetEventList(NullableDateTime, NullableDateTime, Boolean) 
Public methodGetEventMessages 
Public methodGetEventsStatus 
Public methodGetEventStatus 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHandleEntity 
Public methodRegisterMessageDispatcher 
Public methodStart Start component.
Public methodStop Stop / shutdown component.
Public methodSubscribe 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnsubscribe 
Top
Events
 NameDescription
Public eventOnBetCancel Occurs when [on bet cancel].
Public eventOnBetCancelUndo Occurs when [on bet cancel undone].
Public eventOnBetClear Occurs when [on bet clear].
Public eventOnBetClearRollback Occurs when [on bet clear rollback].
Public eventOnBetStart Occurs when [on bet start].
Public eventOnBetStop Occurs when [on bet stop].
Public eventOnConnectionStable Occurs when connection stable.
Public eventOnConnectionUnstable Occurs when connection unstable.
Public eventOnEventMessages Occurs when [on match messages received].
Public eventOnEventStatus Occurs when [on match status received].
Public eventOnFeedError Occurs when [on feed error].
Public eventOnMetaInfo Occurs when [on meta info received].
Public eventOnOddsChange Occurs when [on odds change].
Top
See Also