public class MarketWithProbabilitiesImpl extends Object implements MarketWithProbabilities
| Modifier and Type | Method and Description | 
|---|---|
Map<String,String> | 
getAdditionalMarketInfo()
Returns additional market information(extended market specifiers) - can be empty 
 | 
CashOutStatus | 
getCashOutStatus()
Returns a  
CashOutStatus enum which indicates the availability of cashout | 
int | 
getId()  | 
MarketDefinition | 
getMarketDefinition()  | 
MarketMetadata | 
getMarketMetadata()
Returns a  
MarketMetadata which contains additional market information | 
String | 
getName()  | 
String | 
getName(Locale locale)  | 
Map<Locale,String> | 
getNames(List<Locale> locales)  | 
List<OutcomeProbabilities> | 
getOutcomeProbabilities()
Returns a list of probabilities for the different available market outcomes 
 | 
Map<String,String> | 
getSpecifiers()
Returns the Map of specifiers for this market (can be empty) 
 | 
MarketStatus | 
getStatus()
Are odds for this market active 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdditionalMarketInfo, getId, getMarketDefinition, getName, getName, getNames, getSpecifierspublic MarketStatus getStatus()
getStatus in interface MarketWithProbabilitiespublic List<OutcomeProbabilities> getOutcomeProbabilities()
getOutcomeProbabilities in interface MarketWithProbabilitiespublic CashOutStatus getCashOutStatus()
CashOutStatus enum which indicates the availability of cashoutgetCashOutStatus in interface MarketWithProbabilitiesCashOutStatus enum which indicates the availability of cashout; otherwise nullpublic MarketMetadata getMarketMetadata()
MarketMetadata which contains additional market informationgetMarketMetadata in interface MarketWithProbabilitiesMarketMetadata which contains additional market informationpublic Map<String,String> getSpecifiers()
getSpecifiers in interface Marketpublic String getName()
public MarketDefinition getMarketDefinition()
getMarketDefinition in interface Marketpublic Map<String,String> getAdditionalMarketInfo()
getAdditionalMarketInfo in interface MarketCopyright © 2016–2025. All rights reserved.