Table of Contents

Class OddsChangeEventArgs<T>

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

Event arguments for OnOddsChange event

public class OddsChangeEventArgs<T> : EventArgs where T : ISportEvent

Type Parameters

T

A ICompetition derived instance specifying the type of sport event associated with contained IOddsChange<T>

Inheritance
OddsChangeEventArgs<T>
Inherited Members

Methods

GetOddsChange(CultureInfo)

Gets the IOddsChange<T> implementation representing the received odds change message translated to the specified languages

public IOddsChange<T> GetOddsChange(CultureInfo culture = null)

Parameters

culture CultureInfo

A CultureInfo specifying the language of which to translate the message or a null reference to translate the message to languages specified in the configuration

Returns

IOddsChange<T>

Returns the IOddsChange<T> implementation representing the received odds change message translated to the specified languages