Table of Contents

Interface IUnit

Namespace
Virtufin.Core.Position
Assembly
Virtufin.Core.dll

Marker for any value that represents a unit of measure (currency, share, barrel, etc.). Implementations must be equality-comparable and printable.

public interface IUnit : IEquatable<IUnit>
Inherited Members

Properties

Name

Human-readable name of the unit (e.g. "USD", "shares").

string Name { get; }

Property Value

string