Table of Contents

Interface IReplayEvent

Namespace
Sportradar.OddsFeed.SDK.Api.Replay
Assembly
Sportradar.OddsFeed.SDK.dll

Defines a contract implemented by classes representing replay events

public interface IReplayEvent

Properties

Id

Gets a Urn specifying the event id

Urn Id { get; }

Property Value

Urn

Position

Gets a int specifying the position

int? Position { get; }

Property Value

int?

StartTime

Gets a int specifying the start time

int? StartTime { get; }

Property Value

int?