Table of Contents

Class RawFeedMessageEventArgs

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

Event arguments for the RawFeedMessageReceived events

public class RawFeedMessageEventArgs : EventArgs
Inheritance
RawFeedMessageEventArgs
Inherited Members

Constructors

RawFeedMessageEventArgs(string, FeedMessage, string)

Initializes a new instance of the RawFeedMessageEventArgs class

public RawFeedMessageEventArgs(string routingKey, FeedMessage feedMessage, string messageInterest)

Parameters

routingKey string

The routing key associated with the feed message

feedMessage FeedMessage

The feed message

messageInterest string

The associated message interest

Properties

FeedMessage

The feed message

public FeedMessage FeedMessage { get; }

Property Value

FeedMessage

MessageInterest

Gets the associated message interest

public string MessageInterest { get; }

Property Value

string

The associated message interest

RoutingKey

The routing key associated with the feed message

public string RoutingKey { get; }

Property Value

string