Class LiveOddsPersistentStateItem
- Namespace
- Sportradar.LiveData.Sdk.Common.Types
- Assembly
- Sportradar.LiveData.Sdk.dll
[Serializable]
public class LiveOddsPersistentStateItem : PersistentStateItem
- Inheritance
-
LiveOddsPersistentStateItem
- Inherited Members
Constructors
LiveOddsPersistentStateItem(ProtocolProviderType, long, long?, DateTime, bool)
public LiveOddsPersistentStateItem(ProtocolProviderType type, long match_id, long? msg_nr, DateTime entity_timestamp, bool active)
Parameters
typeProtocolProviderTypematch_idlongmsg_nrlong?entity_timestampDateTimeactivebool
LiveOddsPersistentStateItem(ClientPersistentStateItem)
public LiveOddsPersistentStateItem(ClientPersistentStateItem item)
Parameters
Properties
Active
public bool Active { get; set; }
Property Value
EntityTimeStamp
public DateTime EntityTimeStamp { get; set; }
Property Value
MatchId
public long MatchId { get; }
Property Value
Msgnr
public long? Msgnr { get; set; }
Property Value
- long?
Methods
ToClientItem()
public override ClientPersistentStateItem ToClientItem()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Remarks
Can be used for diagnostics purposes.