All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Net.5.0.Rosetta.Attributes.CdmVersion.cs Maven / Gradle / Ivy

The newest version!
namespace Rosetta.Lib.Attributes
{
    using System;

    /// 
    /// Specifies the version of ISDA CDM used.
    /// 
    [AttributeUsage(AttributeTargets.Assembly, Inherited = false)]
    public class CdmVersion : Attribute
    {
        public CdmVersion(string value)
        {
            Value = value;
        }

        public string Value { get; }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy