Table of Contents

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 = 3

A message periodically send by all feed associated producers indicating their status

BetCancel = 6

A message indicating that bets placed on specified markets should be canceled

BetSettlement = 8

A message specifying that bets associated with specified markets should be settled

BetStop = 5

A message indicating that betting on specified markets should be stopped

FixtureChange = 4

A message indicating that a status of a specific fixture has changed

OddsChange = 10

A message specifying that odds for specified markets have changed

ProducerDown = 1

A message indicating that a producer associated with the feed went down

RollbackBetCancel = 7

A message specifying that changes made by the associated bet cancel should be un-done

RollbackBetSettlement = 9

A message specifying that changes made by the associated bet settlement should be un-done

SnapshotComplete = 2

A message indicating all messages with a specific snapshot request were delivered

Unknown = 0

Indicating the type of the message could not be determined