Interface ISpecifier
Defines a contract implemented by classes representing market / outright / outcome specifiers representing a part of unique identifiers
public interface ISpecifier
Properties
Name
Gets the name of the specifier represented by the current instance
string Name { get; }
Property Value
Type
Gets the type name of the specifier represented by the current instance
string Type { get; }