Interface IAssetIdentifier
- Namespace
- Virtufin.Core.Identifiers
- Assembly
- Virtufin.Core.dll
Marker for any value that identifies an asset (currency, security, or other tradeable instrument). Implementations must be equality-comparable so positions and contracts can be matched by their underlying asset.
public interface IAssetIdentifier : IEquatable<IAssetIdentifier>
- Inherited Members