Class Event
Information about instrument events.
Inherited Members
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 |