Table of Contents

Class alive

Namespace
Sportradar.OddsFeed.SDK.Messages.Feed
Assembly
Sportradar.OddsFeed.SDK.dll
[SuppressMessage("Style", "IDE1006: Naming rule violation", Justification = "FeedMessages defaults")]
[Serializable]
public class alive : FeedMessage
Inheritance
alive
Inherited Members

Fields

MessageName

public static readonly string MessageName

Field Value

string

Properties

EventId

When overridden in derived class it gets the event identifier.

public override string EventId { get; }

Property Value

string

The event identifier

GeneratedAt

Gets the timestamp of when the message was generated

public override long GeneratedAt { get; }

Property Value

long

The timestamp of the message

IsEventRelated

When overridden in derived class, it gets a value indicating whether the current FeedMessage instance is related to sport event

public override bool IsEventRelated { get; }

Property Value

bool

IsStateful

When override in derived class, it gets a value indicating whether current message is state-ful

public override bool IsStateful { get; }

Property Value

bool

Name

When overridden in derived class, gets the name of the current message

public override string Name { get; }

Property Value

string

ProducerId

When overridden in derived class, it gets a value indicating the producer associated with current FeedMessage

public override int ProducerId { get; }

Property Value

int

ReceivedAt

Gets the timestamp of when the message was received (picked up) by the sdk

public override long ReceivedAt { get; set; }

Property Value

long

The timestamp of the message

RequestId

Gets a value specified when making a request which generated this message, or null reference if this messages is not resulted with the request

public override long? RequestId { get; }

Property Value

long?

RequestIdUsage

When overridden in derived class, it gets a value specifying the usage requirements of the RequestId property

public override PropertyUsage RequestIdUsage { get; }

Property Value

PropertyUsage

SentAt

Gets the timestamp of when the message was sent

public override long SentAt { get; set; }

Property Value

long

The timestamp of the message

product

public int product { get; set; }

Property Value

int

subscribed

public int subscribed { get; set; }

Property Value

int

timestamp

public long timestamp { get; set; }

Property Value

long