All types of messages for Delta Feed
Every Delta Feed message has the following fields:
type - int - type of delta message. Possible values are:
type
1 - Event Status Changed
1
2 - Event Changed
2
3 - Deprecated
3
4 - Scoreboard Changed
4
5 - Bets Cancellation
5
6 - Event Snapshot
6
7 - Markets Changed
7
eventId - int64 - Id of changed sport event
eventId
sportId - int64 - Id of a sport to which the affected event belongs
sportId
locationId - int64 - Id of a location to which the affected event belongs
locationId
leagueId - int64 - Id of a league to which the affected event belongs
leagueId
version - int64 - version of the message, used for feed recovery
version
creationTime - date-time - timestamp when the message was created
creationTime
correlationId - string - GUID which can be used to trace back to the message source
correlationId
Last updated 3 months ago