Click or drag to resize

LiveOddsFeedProviderVfl Class

Virtual football league LiveOdds provider.
Inheritance Hierarchy

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Internal
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public class LiveOddsFeedProviderVfl : LiveOddsFeedProvider

The LiveOddsFeedProviderVfl type exposes the following members.

Constructors
 NameDescription
Public methodLiveOddsFeedProviderVflInitializes a new instance of the LiveOddsFeedProviderVfl class
Top
Properties
 NameDescription
Public propertyAvailableBetTypeTranslations Gets the available bet type translations.
(Inherited from LiveOddsFeedProvider)
Public propertyAvailableMetadataTranslations Gets the available metadata translations.
(Inherited from LiveOddsCommonFeedProviderBase)
Public propertyAvailableTranslations
(Inherited from LiveOddsFeedProvider)
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 LiveOddsFeedProviderProviderType)
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.
(Inherited from LiveOddsFeedProvider)
Public propertyTestManager
(Inherited from LiveOddsFeedProvider)
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 methodGetAllBetTypes
(Inherited from LiveOddsFeedProvider)
Public methodGetBetType
(Inherited from LiveOddsFeedProvider)
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 methodGetScoreAndCardSummary
(Inherited from LiveOddsFeedProvider)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHandleEntity
(Inherited from LiveOddsCommonFeedProviderBase)
Public methodRegisterBetTypes
(Inherited from LiveOddsFeedProvider)
Public methodRegisterMessageDispatcher
(Inherited from LiveOddsCommonFeedProviderBase)
Public methodStart
(Inherited from LiveOddsFeedProvider)
Public methodStop
(Inherited from LiveOddsFeedProvider)
Public methodSubscribe
(Inherited from LiveOddsCommonFeedProviderBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnregisterBetTypes
(Inherited from LiveOddsFeedProvider)
Public methodUnsubscribe
(Inherited from LiveOddsCommonFeedProviderBase)
Top
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].
(Inherited from LiveOddsFeedProvider)
Top
See Also