Table of Contents

Class AssetIdentifier.SimpleAssetIdentifier

Namespace
Virtufin.Base
Assembly
Virtufin.Base.dll

Opaque string asset identifier (e.g. ticker symbol).

public sealed record AssetIdentifier.SimpleAssetIdentifier : AssetIdentifier, IAssetIdentifier, IEquatable<IAssetIdentifier>, IEquatable<AssetIdentifier>, IEquatable<AssetIdentifier.SimpleAssetIdentifier>
Inheritance
AssetIdentifier.SimpleAssetIdentifier
Implements
Inherited Members

Constructors

SimpleAssetIdentifier(string)

Construct an opaque asset identifier.

public SimpleAssetIdentifier(string value)

Parameters

value string

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.