Click or drag to resize

OddsReplyType Class

Message reply type that identifies the type of message coming from betradar.com. This attribute is used for replies to error, current, unregister, register and score requests from clients.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Sportradar.SDK.FeedProviders.LiveOdds.CommonOddsReplyType

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Common
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public sealed class OddsReplyType : Enum

The OddsReplyType type exposes the following members.

Methods
 NameDescription
Public methodCompareToCompares this instance to a specified object and returns an indication of their relative values.
(Inherited from Enum)
Public methodEqualsReturns a value indicating whether this instance is equal to a specified object.
(Inherited from Enum)
Public methodGetHashCodeReturns the hash code for the value of this instance.
(Inherited from Enum)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetTypeCodeReturns the underlying TypeCode for this instance.
(Inherited from Enum)
Public methodHasFlagDetermines whether one or more bit fields are set in the current instance.
(Inherited from Enum)
Public methodToStringConverts the value of this instance to its equivalent string representation.
(Inherited from Enum)
Public methodToString(IFormatProvider)This method overload is obsolete; use ToString.
(Inherited from Enum)
Public methodToString(String)Converts the value of this instance to its equivalent string representation using the specified format.
(Inherited from Enum)
Public methodToString(String, IFormatProvider)This method overload is obsolete; use ToString(String).
(Inherited from Enum)
Top
Fields
 NameDescription
Public fieldStatic memberCURRENT Reply to Current request from client
Public fieldStatic memberERROR Reply to Error request from client
Public fieldStatic memberREGISTER Reply to Register request from client
Public fieldStatic memberRISKADJUSTMENT_UPDATE Risk adjustment notification
Public fieldStatic memberSCOREANDCARDSUMMARY Reply to ScoreAndCard request from client
Public fieldStatic memberUNDEFINED Undefined
Public fieldStatic memberUNREGISTER Reply to Unregister request from client
Public fieldvalue__ 
Top
See Also