Table of Contents

Class bet_settlement

Namespace
Sportradar.OddsFeed.SDK.Messages.Feed
Assembly
Sportradar.OddsFeed.SDK.dll
[SuppressMessage("Style", "IDE1006: Naming rule violation", Justification = "FeedMessages defaults")]
[Serializable]
public class bet_settlement : FeedMessage
Inheritance
bet_settlement
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

certainty

public int certainty { get; set; }

Property Value

int

event_id

public string event_id { get; set; }

Property Value

string

outcomes

public betSettlementMarket[] outcomes { get; set; }

Property Value

betSettlementMarket[]

product

public int product { get; set; }

Property Value

int

request_id

public long request_id { get; set; }

Property Value

long

request_idSpecified

public bool request_idSpecified { get; set; }

Property Value

bool

timestamp

public long timestamp { get; set; }

Property Value

long