Table of Contents

Class ContractIdentifier.UTI

Namespace
Virtufin.Base
Assembly
Virtufin.Base.dll

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

value string

Identifier payload.

Exceptions

ArgumentException

Thrown when value is not a valid UTI.

Properties

Value

The string payload of the identifier.

public override string Value { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.