Class oddsChangeMarketOutcome
- Namespace
- Sportradar.OddsFeed.SDK.Messages.Feed
- Assembly
- Sportradar.OddsFeed.SDK.dll
[Serializable]
public class oddsChangeMarketOutcome
- Inheritance
-
oddsChangeMarketOutcome
- Inherited Members
-
Properties
active
public int active { get; set; }
Property Value
- int
activeSpecified
public bool activeSpecified { get; set; }
Property Value
- bool
half_lose_probabilities
public double half_lose_probabilities { get; set; }
Property Value
- double
half_lose_probabilitiesSpecified
public bool half_lose_probabilitiesSpecified { get; set; }
Property Value
- bool
half_win_probabilities
public double half_win_probabilities { get; set; }
Property Value
- double
half_win_probabilitiesSpecified
public bool half_win_probabilitiesSpecified { get; set; }
Property Value
- bool
id
public string id { get; set; }
Property Value
- string
lose_probabilities
public double lose_probabilities { get; set; }
Property Value
- double
lose_probabilitiesSpecified
public bool lose_probabilitiesSpecified { get; set; }
Property Value
- bool
odds
public double odds { get; set; }
Property Value
- double
oddsSpecified
public bool oddsSpecified { get; set; }
Property Value
- bool
probabilities
public double probabilities { get; set; }
Property Value
- double
probabilitiesSpecified
public bool probabilitiesSpecified { get; set; }
Property Value
- bool
refund_probabilities
public double refund_probabilities { get; set; }
Property Value
- double
refund_probabilitiesSpecified
public bool refund_probabilitiesSpecified { get; set; }
Property Value
- bool
team
public int team { get; set; }
Property Value
- int
teamSpecified
public bool teamSpecified { get; set; }
Property Value
- bool
win_probabilities
public double win_probabilities { get; set; }
Property Value
- double
win_probabilitiesSpecified
public bool win_probabilitiesSpecified { get; set; }
Property Value
- bool