Interface IMarket
Provides an available selections for a particular market
public interface IMarket
Properties
Id
Gets the id of the market
int Id { get; }
Property Value
Outcomes
Gets the outcomes for this market
IEnumerable<string> Outcomes { get; }
Property Value
Specifiers
Gets the specifiers for this market
string Specifiers { get; }