Struct MarketIdentifierCodeValue
Represents a validated Market Identifier Code (MIC).
public readonly struct MarketIdentifierCodeValue
- Inherited Members
Constructors
MarketIdentifierCodeValue(string)
Initializes a new instance of the MarketIdentifierCodeValue struct.
public MarketIdentifierCodeValue(string value)
Parameters
valuestringNormalized MIC.
Properties
Value
Gets the normalized MIC.
public string Value { get; }