Click or drag to resize

ILiveOddsWithOutrightsOnOutrightBetCancel Event

Signals that odds type for an outright 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.Outrights
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
event EventHandler<OutrightBetCancelEventArgs> OnOutrightBetCancel

Value

EventHandlerOutrightBetCancelEventArgs
See Also