Enum MessageType
- Namespace
- Sportradar.OddsFeed.SDK.Common.Enums
- Assembly
- Sportradar.OddsFeed.SDK.dll
Enumerates the types of the messages received from the feed
public enum MessageType
Fields
Alive = 3A message periodically send by all feed associated producers indicating their status
BetCancel = 6A message indicating that bets placed on specified markets should be canceled
BetSettlement = 8A message specifying that bets associated with specified markets should be settled
BetStop = 5A message indicating that betting on specified markets should be stopped
FixtureChange = 4A message indicating that a status of a specific fixture has changed
OddsChange = 10A message specifying that odds for specified markets have changed
ProducerDown = 1A message indicating that a producer associated with the feed went down
RollbackBetCancel = 7A message specifying that changes made by the associated bet cancel should be un-done
RollbackBetSettlement = 9A message specifying that changes made by the associated bet settlement should be un-done
SnapshotComplete = 2A message indicating all messages with a specific snapshot request were delivered
Unknown = 0Indicating the type of the message could not be determined