public interface OutcomeOdds
MarketOddsChange
which in turn is included in the
OddsChange
message.Modifier and Type | Method and Description |
---|---|
Market |
getMarket()
The market
|
double |
getOdds()
The odds for this outcome in this market
|
Object |
getOdds(OddsDisplayType type)
The odds for this outcome in this market - in the requested display format
|
Outcome |
getOutcome() |
double |
getProbability()
The probability for this outcome (how likely is this outcome)
|
boolean |
isActive()
If this outcome is deactivated this will return false
|
boolean isActive()
Market getMarket()
Outcome getOutcome()
double getOdds()
double getProbability()
Object getOdds(OddsDisplayType type)
type
- - how to display the odds (decimal, fractional, american)Copyright © 2016–2017. All rights reserved.