• Version 4.1.0
Show / Hide Table of Contents

Class Event

Information about instrument events.

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

Constructors

Event()

Default constructor.

Declaration
public Event()

Properties

EventDateType

Represents the type of event associated with the contract. Supported Values: 8 - Swap / CDS Start Date 9 - Swap / CDS End Date 13 - First Delivery Date 111 - Unadjusted Next Coupon Date 112 - Unadjusted Previous Coupon Date 113 - Unadjusted Previous Coupon Date 121 - Fixing Date

Declaration
public EventDateType EventDateType { get; set; }
Property Value
Type Description
EventDateType

EventDateValue

Represents the value or date associated with the type of event.

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