Table of Contents

Interface IMarketMetadata

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

Defines a contract for classes implementing additional market information

public interface IMarketMetadata

Properties

AamsId

Gets the Italian AAMS id for this outright

long? AamsId { get; }

Property Value

long?

The Italian AAMS id for this outright

EndTime

Gets the end time of the event (as epoch timestamp)

long? EndTime { get; }

Property Value

long?

The end time

EndTimeDate

Gets the end time of the event

DateTime? EndTimeDate { get; }

Property Value

DateTime?

The end time

NextBetstop

Gets a epoch timestamp in UTC when to betstop the associated market. Typically used for outrights and typically is the start-time of the event the market refers to

long? NextBetstop { get; }

Property Value

long?

The next betstop

NextBetstopDate

Gets date/time when to betstop the associated market. Typically used for outrights and typically is the start-time of the event the market refers to

DateTime? NextBetstopDate { get; }

Property Value

DateTime?

The next betstop

StartTime

Gets the start time of the event (as epoch timestamp)

long? StartTime { get; }

Property Value

long?

The start time

StartTimeDate

Gets the start time of the event

DateTime? StartTimeDate { get; }

Property Value

DateTime?

The start time