Class oddsChangeMarket
- Namespace
- Sportradar.OddsFeed.SDK.Messages.Feed
- Assembly
- Sportradar.OddsFeed.SDK.dll
[SuppressMessage("Style", "IDE1006: Naming rule violation", Justification = "FeedMarket defaults")]
[SuppressMessage("ReSharper", "InconsistentNaming")]
[Serializable]
public class oddsChangeMarket : FeedMarket
- Inheritance
-
oddsChangeMarket
- Inherited Members
Properties
SpecifierString
Gets or sets a IReadOnlyDictionary<TKey, TValue> representing parsed specifiers
public override string SpecifierString { get; }
Property Value
cashout_status
public int cashout_status { get; set; }
Property Value
cashout_statusSpecified
public bool cashout_statusSpecified { get; set; }
Property Value
extended_specifiers
public string extended_specifiers { get; set; }
Property Value
favourite
public int favourite { get; set; }
Property Value
favouriteSpecified
public bool favouriteSpecified { get; set; }
Property Value
id
public int id { get; set; }
Property Value
market_metadata
public marketMetadata market_metadata { get; set; }
Property Value
outcome
public oddsChangeMarketOutcome[] outcome { get; set; }
Property Value
specifiers
public string specifiers { get; set; }
Property Value
status
public int status { get; set; }
Property Value
statusSpecified
public bool statusSpecified { get; set; }