forwardEvent Methods   Table of ContentExecutionMethod Enumerationforward
EventDateType Enumeration
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 Previous Coupon Date 121 - Fixing Date

Namespace:  OnixS.CmeStpHandler
Assembly:  OnixS.CmeStpHandler-net-4.8 (in OnixS.CmeStpHandler-net-4.8.dll) Version: 3.5.0.0 (3.5.0)
Syntax
C#
public enum EventDateType
Members
  Member nameValueDescription
None-1 Default value. Do not use it directly.
SwapStartDate8 Swap / CDS Start Date
SwapEndDate9 Swap / CDS End Date
FirstDeliveryDate13 First Delivery Date
UnadjustedNextCouponDate111 Unadjusted Next Coupon Date
UnadjustedPreviousCouponDate112 Unadjusted Previous Coupon Date
UnadjustedPreviousPreviousCouponDate113 Unadjusted Previous Previous Coupon Date
FixingDate121 Fixing Date
See Also