public interface BetCancel<T extends SportEvent> extends MarketMessage<T>
Modifier and Type | Method and Description |
---|---|
Date |
getEndTime()
If the BetCancel has a time interval, this method will return an indication of when the Bet Cancel interval finished
|
List<MarketCancel> |
getMarkets()
Returns a list of markets that are affected by the associated message
|
Date |
getStartTime()
If the BetCancel has a time interval, this method will return an indication of when the Bet Cancel interval started
|
String |
getSupercededBy()
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. |
getEvent, getRawMessage, getRequestId
getProducer, getTimestamps
Date getStartTime()
Date
indicating the start time of the Bet Cancel intervalDate getEndTime()
Date
indicating the end time of the Bet Cancel intervalString getSupercededBy()
Urn
specifying the sport event from which the market has migrated.Urn
identifier of the superceded eventList<MarketCancel> getMarkets()
MarketMessage
getMarkets
in interface MarketMessage<T extends SportEvent>
Copyright © 2016–2025. All rights reserved.