Click or drag to resize

Outcome Constructor

Initializes a new instance of the Outcome class

Namespace: Sportradar.SDK.FeedProviders.OddsCreator
Assembly: OddsCreatorProvider (in OddsCreatorProvider.dll) Version: 2.28.0.0
Syntax
C#
public Outcome(
	int id,
	double odds,
	string spread
)

Parameters

id  Int32

[Missing <param name="id"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.Outcome.#ctor(System.Int32,System.Double,System.String)"]

odds  Double

[Missing <param name="odds"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.Outcome.#ctor(System.Int32,System.Double,System.String)"]

spread  String

[Missing <param name="spread"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.Outcome.#ctor(System.Int32,System.Double,System.String)"]

See Also