Enum ExecutionTypeEnum

java.lang.Object
java.lang.Enum<ExecutionTypeEnum>
cdm.event.common.ExecutionTypeEnum
All Implemented Interfaces:
Serializable, Comparable<ExecutionTypeEnum>

@RosettaEnum("ExecutionTypeEnum") public enum ExecutionTypeEnum extends Enum<ExecutionTypeEnum>
The enumerated values to specify how a contract has been executed, e.g. electronically, verbally, ...
Version:
5.30.0
  • Enum Constant Details

    • ELECTRONIC

      @RosettaEnumValue("Electronic") public static final ExecutionTypeEnum ELECTRONIC
      Execution via electronic execution facility, derivatives contract market, or other electronic message such as an instant message.
    • OFF_FACILITY

      @RosettaEnumValue("OffFacility") public static final ExecutionTypeEnum OFF_FACILITY
      Bilateral execution between counterparties not pursuant to the rules of a SEF or DCM.
    • ON_VENUE

      @RosettaEnumValue("OnVenue") public static final ExecutionTypeEnum ON_VENUE
      Execution via a platform that may or may not be covered by a regulatory defintion. OnVenue is intended to distinguish trades executed on a trading platform from those executed via phone, email or messaging apps. The role and details of the venue are included in the party attribute of the trade. The general rule is that if the parties utilitzed the services of the platform to execute the trade then it would be considered OnVenue.
  • Method Details

    • values

      public static ExecutionTypeEnum[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ExecutionTypeEnum valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static ExecutionTypeEnum fromDisplayName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ExecutionTypeEnum>
    • toDisplayString

      public String toDisplayString()