Click or drag to resize

ILiveOddsCommonBaseOnBetCancel Event

Signals that odds type for a match should be cancelled due to some reason. All bets accepted on the odds with that Id should be cancelled and cashed out with an odd of 1,0 (stakes returned). If the starttime and endtime are also specified, then only bets accepted in this interval should be cancelled. The starttime and endtime are timestamps in UTC.

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

Value

EventHandlerBetCancelEventArgs
See Also