Table of Contents

Class cashout

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

Fields

MessageName

The message name

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 the message

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

true if this instance is event related; otherwise, false.

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

true if this instance is stateful; otherwise, false.

Name

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

public override string Name { get; }

Property Value

string

The name.

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

The producer identifier.

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?

The request identifier.

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

The request identifier usage.

SentAt

Gets the timestamp of when the message was sent

public override long SentAt { get; set; }

Property Value

long

The timestamp of the message

event_id

public string event_id { get; set; }

Property Value

string

odds

public cashoutOdds odds { get; set; }

Property Value

cashoutOdds

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

sport_event_status

public restSportEventStatus sport_event_status { get; set; }

Property Value

restSportEventStatus

timestamp

public long timestamp { get; set; }

Property Value

long