Class Payment
Information about the premium for commodity swaptions.
Inherited Members
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 |