Click or drag to resize

LiveOddsWithOutrightsFeedProvider Events

The LiveOddsWithOutrightsFeedProvider type exposes the following members.

Events
 NameDescription
Public eventOnAliveWithOutrights Alive message is transmitted every 10 seconds and contains status, timestamp in UTC and match header info for the matches that we supply LiveOdds for at the time given. It also contains current bet status information for every match (started or stopped). Score indicates the current score in the match.
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 eventOnOutrightBetCancel 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.
Public eventOnOutrightBetClear

Signals that bets placed on this outright can be settled Timestamp - time indicates the time at which the bet clear event happened. The event also contains the cleared score with an Odds element indicating the odds type, and this again with each EventOddsField, and the status of the outcomes (true/false).

Id in the Odds element corresponds to the Odds elements in one of the previous OnOddsChange events. Evaluation of the bet outcomes is the responsibility of the client system.

Public eventOnOutrightBetStart Signals that bets for a specific outright can open again after they have been stopped.
Public eventOnOutrightBetStop Signals that a bet stop situation occurred for a specific outright. OnBetStart event is triggered when the bets can open again.
Public eventOnOutrightOddsChange Signals that an odds change has occurred, specifying all odds types for a particular match. Odds types that are active will contain odds fields, while inactive odds types will not. Each odds type also has a Changed flag indicating whether this odds type has been changed or not. Score indicates the current score in the match.
Public eventOnOutrightStatus Occurs when outright status messages are received
Top
See Also