Click or drag to resize

ITicket Interface

Contract defining Ticket that can be send to the MTS

Namespace: Sportradar.MTS.SDK.Entities.Interfaces
Assembly: Sportradar.MTS.SDK (in Sportradar.MTS.SDK.dll) Version: 2.4.1.2

The ITicket type exposes the following members.

Properties
 NameDescription
Public propertyAltStakeRefId Gets the alternative stake reference ticket id
Public propertyBets Gets the collection of all bets
Public propertyCorrelationId Gets the correlation identifier
(Inherited from ISdkTicket)
Public propertyLastMatchEndTime Gets end time of last (non Sportradar) match on ticket
Public propertyOddsChange Gets the type of the odds change Accept change in odds (optional, default none) None: default behavior Any: any odds change accepted Higher: accept higher odds
Public propertyPayCap Capped max payout of the ticket
Public propertyReofferId Gets the reoffer reference ticket id
Public propertySelections Gets the collection of all selections
Public propertySender Gets the identification and settings of the ticket sender
Public propertyTestSource Gets a value indicating whether this is for testing
Public propertyTicketId Gets the ticket id
(Inherited from ISdkTicket)
Public propertyTimestamp Gets the timestamp of ticket placement (UTC)
(Inherited from ISdkTicket)
Public propertyTotalCombinations Gets the expected total number of generated combinations on this ticket (optional, default null). If present, it is used to validate against actual number of generated combinations.
Public propertyVersion Gets the ticket format version
(Inherited from ISdkTicket)
Top
Methods
 NameDescription
Public methodToJson Gets the json representation of the ticket which is sent to or received from MTS
(Inherited from ISdkTicket)
Top
See Also