Table of Contents

Class FeedMarket

Namespace
Sportradar.OddsFeed.SDK.Messages.Feed
Assembly
Sportradar.OddsFeed.SDK.dll

The base class for feed market

public abstract class FeedMarket
Inheritance
FeedMarket
Derived
Inherited Members

Properties

SpecifierString

Gets the specifiers string

public abstract string SpecifierString { get; }

Property Value

string

Specifiers

Gets or sets a IReadOnlyDictionary<TKey, TValue> representing parsed specifiers

public IReadOnlyDictionary<string, string> Specifiers { get; set; }

Property Value

IReadOnlyDictionary<string, string>

ValidationFailed

Gets or sets a indicating whether the validation of the market has failed and should not be mapped to exposed entity

public bool ValidationFailed { get; set; }

Property Value

bool