• Version 4.1.0
Show / Hide Table of Contents

Class Payment

Information about the premium for commodity swaptions.

Inheritance
object
Payment
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 Payment

Constructors

Payment()

Default constructor.

Declaration
public Payment()

Properties

PaymentAmount

The total payment amount.

Declaration
public decimal PaymentAmount { get; set; }
Property Value
Type Description
decimal

PaymentCurrency

Specifies the currency in which PaymentAmount(tbd) and/or PaymentRate(tbd) is denominated. Uses ISO 4271 currency codes.

Declaration
public string PaymentCurrency { get; set; }
Property Value
Type Description
string

PaymentDate

Payment date.

Declaration
public DateTime PaymentDate { get; set; }
Property Value
Type Description
DateTime

PaymentPaySide

Side value of party paying the payment.

Declaration
public Side PaymentPaySide { get; set; }
Property Value
Type Description
Side

PaymentReceiveSide

Side value of party receiving the payment.

Declaration
public Side PaymentReceiveSide { get; set; }
Property Value
Type Description
Side

PaymentType

Type of payment.

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