Class AssetIdentifier.SimpleAssetIdentifier
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
valuestring
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.