Class ContractIdentifier.UTI
ISDA Universal Transaction Identifier.
public sealed record ContractIdentifier.UTI : ContractIdentifier, IContractIdentifier, IEquatable<IContractIdentifier>, IEquatable<ContractIdentifier>, IEquatable<ContractIdentifier.UTI>
- Inheritance
-
ContractIdentifier.UTI
- Implements
- Inherited Members
Constructors
UTI(string)
Construct a UTI, validating the payload.
public UTI(string value)
Parameters
valuestringIdentifier payload.
Exceptions
- ArgumentException
Thrown when
valueis not a valid UTI.
Properties
Value
The string payload of the identifier.
public override string Value { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.