Table of Contents

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

string

cashout_status

public int cashout_status { get; set; }

Property Value

int

cashout_statusSpecified

public bool cashout_statusSpecified { get; set; }

Property Value

bool

extended_specifiers

public string extended_specifiers { get; set; }

Property Value

string

favourite

public int favourite { get; set; }

Property Value

int

favouriteSpecified

public bool favouriteSpecified { get; set; }

Property Value

bool

id

public int id { get; set; }

Property Value

int

market_metadata

public marketMetadata market_metadata { get; set; }

Property Value

marketMetadata

outcome

public oddsChangeMarketOutcome[] outcome { get; set; }

Property Value

oddsChangeMarketOutcome[]

specifiers

public string specifiers { get; set; }

Property Value

string

status

public int status { get; set; }

Property Value

int

statusSpecified

public bool statusSpecified { get; set; }

Property Value

bool