Interface ISelection
Provides an requested selection
public interface ISelection
Properties
EventId
Gets the event id
Urn EventId { get; }
Property Value
MarketId
Gets the market id
int MarketId { get; }
Property Value
Odds
Gets the odds
double? Odds { get; }
Property Value
OutcomeId
Gets the outcome id
string OutcomeId { get; }
Property Value
Specifiers
Gets the specifiers
string Specifiers { get; }