Interface IBetCancel<T>
- Namespace
- Sportradar.OddsFeed.SDK.Entities
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by bet-cancel messages
public interface IBetCancel<out T> : IMarketMessage<IMarketCancel, T>, IEventMessage<T>, IMessage where T : ISportEvent
Type Parameters
TA ICompetition derived type specifying the type of the associated sport event
- Inherited Members
Properties
EndTime
Gets number of milliseconds from UTC epoch representing the end of cancellation period. A null value indicates the period ended when the market was closed
long? EndTime { get; }
Property Value
- long?
StartTime
Gets number of milliseconds from UTC epoch representing the start of cancellation period. A null value indicates the period started with market activation
long? StartTime { get; }
Property Value
- long?
SupersededBy
If the market was cancelled because of a migration from a different sport event, it gets a Urn specifying the sport event from which the market has migrated.
Urn SupersededBy { get; }
Property Value
- Urn
The superseded by.