Table of Contents

Interface IMessage

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

Defines a contract followed by all top-level messages produced by the feed

public interface IMessage

Properties

Producer

Gets a Producer specifying the producer / service which dispatched the current IMessage message

IProducer Producer { get; }

Property Value

IProducer

Timestamps

Gets the timestamps when the message was generated, sent, received and dispatched by the sdk

IMessageTimestamp Timestamps { get; }

Property Value

IMessageTimestamp

The timestamps