Class BetSettlementEventArgs<T>
- Namespace
- Sportradar.OddsFeed.SDK.Api.EventArguments
- Assembly
- Sportradar.OddsFeed.SDK.dll
Event arguments for OnBetSettlement event
public class BetSettlementEventArgs<T> : EventArgs where T : ISportEvent
Type Parameters
TA ICompetition derived instance specifying the type of sport event associated with contained IBetSettlement<T>
- Inheritance
-
BetSettlementEventArgs<T>
- Inherited Members
Methods
GetBetSettlement(CultureInfo)
Gets the IBetSettlement<T> implementation representing the received bet settlement message translated to the specified languages
public IBetSettlement<T> GetBetSettlement(CultureInfo culture = null)
Parameters
cultureCultureInfoA 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
- IBetSettlement<T>
Returns the IBetSettlement<T> implementation representing the received bet settlement message translated to the specified languages