• Version 4.1.0
Show / Hide Table of Contents

Class PaymentDates

Payment Stream Payment Dates.

Inheritance
object
PaymentDates
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
[Serializable]
public class PaymentDates

Constructors

PaymentDates()

Default constructor.

Declaration
public PaymentDates()

Properties

PaymentStreamPaymentFrequencyPeriod

Time unit multiplier for the frequency of payments.

Declaration
public int PaymentStreamPaymentFrequencyPeriod { get; set; }
Property Value
Type Description
int

PaymentStreamPaymentFrequencyUnit

Time unit associated with the frequency of payments.

Declaration
public FrequencyUnit PaymentStreamPaymentFrequencyUnit { get; set; }
Property Value
Type Description
FrequencyUnit
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX