Click or drag to resize

FeedMessageReceivedAt Property

Gets the timestamp of when the message was received (picked up) by the sdk

Namespace: Sportradar.OddsFeed.SDK.Messages.Feed
Assembly: Sportradar.OddsFeed.SDK.Messages (in Sportradar.OddsFeed.SDK.Messages.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public abstract long ReceivedAt { get; set; }

Property Value

Int64
The timestamp of the message
See Also