Table of Contents

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

type ProtocolProviderType
match_id long
msg_nr long?
entity_timestamp DateTime
active bool

LiveOddsPersistentStateItem(ClientPersistentStateItem)

public LiveOddsPersistentStateItem(ClientPersistentStateItem item)

Parameters

item ClientPersistentStateItem

Properties

Active

public bool Active { get; set; }

Property Value

bool

EntityTimeStamp

public DateTime EntityTimeStamp { get; set; }

Property Value

DateTime

MatchId

public long MatchId { get; }

Property Value

long

Msgnr

public long? Msgnr { get; set; }

Property Value

long?

Methods

ToClientItem()

public override ClientPersistentStateItem ToClientItem()

Returns

ClientPersistentStateItem

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.