Table of Contents

Struct MarketIdentifierCodeValue

Namespace
Veritas.Finance
Assembly
Veritas.dll

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

value string

Normalized MIC.

Properties

Value

Gets the normalized MIC.

public string Value { get; }

Property Value

string