Click or drag to resize

ILiveOddsCommonBaseOnBetClearRollback Event

Signals that there was some wrong information sent out about bet clearing. Notification includes the Odds element that rollback is targeted to. The clearedscore contains the cleared score of the original bet clearing. The time for the original bet clearing is timestamp – time seconds. The Odds element includes a list of EventOddsField elements to indicate what field was cleared in the original bet clearing. The Client system is responsible to handle this accordingly.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Common
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
event EventHandler<BetClearRollbackEventArgs> OnBetClearRollback

Value

EventHandlerBetClearRollbackEventArgs
See Also