Table of Contents

Interface IRollbackBetCancel<T>

Namespace
Sportradar.OddsFeed.SDK.Entities
Assembly
Sportradar.OddsFeed.SDK.dll

Defines a contract implemented by bet-cancel-rollback messages

public interface IRollbackBetCancel<out T> : IMarketMessage<IMarketCancel, T>, IEventMessage<T>, IMessage where T : ISportEvent

Type Parameters

T

A ICompetition derived type specifying the type of the associated sport event

Inherited Members

Properties

EndTime

Gets number of milliseconds from UTC epoch representing the end of rollback cancellation period. A null value indicates the period ended when the market was closed

long? EndTime { get; }

Property Value

long?

StartTime

Gets number of milliseconds from UTC epoch representing the start of rollback cancellation period. A null value indicates the period started with market activation

long? StartTime { get; }

Property Value

long?