Click or drag to resize

IMarketMetadata Interface

Defines a contract for classes implementing additional market information

Namespace: Sportradar.OddsFeed.SDK.Entities
Assembly: Sportradar.OddsFeed.SDK.Entities (in Sportradar.OddsFeed.SDK.Entities.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IMarketMetadata

The IMarketMetadata type exposes the following members.

Properties
 NameDescription
Public propertyAamsId Gets the Italian AAMS id for this outright
Public propertyEndTime Gets the end time of the event (as epoch timestamp)
Public propertyEndTimeDate Gets the end time of the event
Public propertyNextBetstop 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
Public propertyNextBetstopDate 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
Public propertyStartTime Gets the start time of the event (as epoch timestamp)
Public propertyStartTimeDate Gets the start time of the event
Top
See Also