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
routingKeystringThe routing key associated with the feed message
feedMessageFeedMessageThe feed message
messageIntereststringThe associated message interest
Properties
FeedMessage
The feed message
public FeedMessage FeedMessage { get; }
Property Value
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; }