Table of Contents

Class rollback_bet_cancel

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

end_time

public long end_time { get; set; }

Property Value

long

end_timeSpecified

public bool end_timeSpecified { get; set; }

Property Value

bool

event_id

public string event_id { get; set; }

Property Value

string

market

public market[] market { get; set; }

Property Value

market[]

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

start_time

public long start_time { get; set; }

Property Value

long

start_timeSpecified

public bool start_timeSpecified { get; set; }

Property Value

bool

timestamp

public long timestamp { get; set; }

Property Value

long