Click or drag to resize

MessageType Enumeration

Enumerates the types of the messages received from the feed

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public enum MessageType
Members
Member nameValueDescription
UNKNOWN0 Indicating the type of the message could not be determined
PRODUCER_DOWN1 A message indicating that a producer associated with the feed went down
SNAPSHOT_COMPLETE2 A message indicating all messages with a specific snapshot request were delivered
ALIVE3 A message periodically send by all feed associated producers indicating their status
FIXTURE_CHANGE4 A message indicating that a status of a specific fixture has changed
BET_STOP5 A message indicating that betting on specified markets should be stopped
BET_CANCEL6 A message indicating that bets placed on specified markets should be canceled
ROLLBACK_BET_CANCEL7 A message specifying that changes made by the associated bet cancel should be un-done
BET_SETTLEMENT8 A message specifying that bets associated with specified markets should be settled
ROLLBACK_BET_SETTLEMENT9 A message specifying that changes made by the associated bet settlement should be un-done
ODDS_CHANGE10 A message specifying that odds for specified markets have changed
See Also