Struct FigiValue
Represents a validated Financial Instrument Global Identifier (FIGI).
public readonly struct FigiValue
- Inherited Members
Constructors
FigiValue(string)
Initializes a new instance of the FigiValue struct.
public FigiValue(string value)
Parameters
valuestringNormalized FIGI.
Properties
Value
Gets the normalized FIGI.
public string Value { get; }