Interface IBetStop<T>
- Namespace
- Sportradar.OddsFeed.SDK.Entities
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by bet-stop messages
public interface IBetStop<out T> : IEventMessage<T>, IMessage where T : ISportEvent
Type Parameters
TA ICompetition derived type specifying the type of the associated sport event
- Inherited Members
Properties
Groups
Get a list of strings specifying which market groups needs to be stopped
IEnumerable<string> Groups { get; }
Property Value
MarketStatus
Gets a MarketStatus specifying the new status of the associated markets
MarketStatus MarketStatus { get; }
Property Value
- MarketStatus
The market status.