Package cdm.event.common
Enum ExecutionTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<ExecutionTypeEnum>
The enumerated values to specify how a contract has been executed, e.g. electronically, verbally, ...
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionExecution via electronic execution facility, derivatives contract market, or other electronic message such as an instant message.Bilateral execution between counterparties not pursuant to the rules of a SEF or DCM.Execution via a platform that may or may not be covered by a regulatory defintion. -
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutionTypeEnumfromDisplayName(String name) toString()static ExecutionTypeEnumReturns the enum constant of this type with the specified name.static ExecutionTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ELECTRONIC
Execution via electronic execution facility, derivatives contract market, or other electronic message such as an instant message. -
OFF_FACILITY
Bilateral execution between counterparties not pursuant to the rules of a SEF or DCM. -
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
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
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 nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<ExecutionTypeEnum>
-
toDisplayString
-