Click or drag to resize

IBetCancelT Interface

Defines a contract implemented by bet-cancel messages

Namespace: Sportradar.OddsFeed.SDK.Entities
Assembly: Sportradar.OddsFeed.SDK.Entities (in Sportradar.OddsFeed.SDK.Entities.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IBetCancel<out T> : IMarketMessage<IMarketCancel, T>, 
	IEventMessage<T>, IMessageV1, IMessage
where T : ISportEvent

Type Parameters

T
A ICompetition derived type specifying the type of the associated sport event

The IBetCancelT type exposes the following members.

Properties
 NameDescription
Public propertyEndTime 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
Public propertyEvent Gets a ISportEvent derived instance representing the sport event associated with the current message
(Inherited from IEventMessageT)
Public propertyMarkets Gets a IEnumerableT describing markets associated with the current IMarketMessageT, T1
(Inherited from IMarketMessageT, T1)
Public propertyProducer Gets a Producer specifying the producer / service which dispatched the current IMessage message
(Inherited from IMessage)
Public propertyRawMessage Gets the raw message
(Inherited from IEventMessageT)
Public propertyRequestId Get the id of the request which triggered the current IEventMessageT message or a null reference if no requestId was provided to the request
(Inherited from IEventMessageT)
Public propertyStartTime Gets number of milliseconds from UTC epoch representing the start of cancellation period. A null value indicates the period started with market activation
Public propertySupersededBy 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.
Public propertyTimestampObsolete.
Gets the value specifying when the message was generated in the milliseconds since EPOCH UTC
(Inherited from IMessage)
Public propertyTimestamps Gets the timestamps when the message was generated, sent, received and dispatched by the sdk
(Inherited from IMessageV1)
Top
See Also