Click or drag to resize

OddsEntityBaseMsgnr Property

To make sure that client system receives all messages from the Betradar system, all messages sent out have an incremental id. It starts with 1 for every event. Only messages that change the state of a event include this attribute. Alive, meta-information and login response messages do not include it.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Common
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public long? Msgnr { get; }

Property Value

NullableInt64
Remarks

If "Send bet clearings even if match is not active" XML configuration option is enabled Sportradar will send bet clearings and bet cancellations even if match has been deactivated. When this option has been activated, you will not receive all msgnr for that match.

For example, you might have received up to msgnr 100 for a match, and then it is deactivated. When the match has ended you will receive all bet clearings starting at msgnr 135 for example. Also during the bet clearing some msgnr might be omitted.

See Also