Table of Contents

Class LoMarketMapping

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest.MarketMapping
Assembly
Sportradar.OddsFeed.SDK.dll

Implementation of the IMarketMapping for the LiveOdds feed

public class LoMarketMapping : IMarketMapping
Inheritance
LoMarketMapping
Implements
Inherited Members

Properties

Sov

Gets the special odds value for the LO market

public string Sov { get; }

Property Value

string

SubTypeId

Gets the sub type identifier for the LO market

public int SubTypeId { get; }

Property Value

int

TypeId

Gets the TypeId for the LO market

public int TypeId { get; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

See Also