Package cdm.observable.asset
Enum QuotationSideEnum
- All Implemented Interfaces:
Serializable,Comparable<QuotationSideEnum>
The enumerated values to specify the side from which perspective a value is quoted.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDenotes a value as the Afternoon fixing reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value 'asked' by a seller for an asset, i.e. the value at which a seller is willing to sell.Denotes a value 'bid' by a buyer for an asset, i.e. the value a buyer is willing to pay.Denotes a value as the Closing price reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value as the High price reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value as the Index price reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value as the Locational Marginal price reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value as the Low price reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value as the Marginal Hourly price reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value as the Market Clearing price reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value as the Average of the Bid and Ask prices reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value as the Average of the High and Low prices reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value as the Average of the Midpoint of prices reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value as the Morning fixing reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value as the National Single price reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value as the Official price reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value as the Opening price reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value as the Official Settlement Price reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value as the Settlement price reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value as the Spot price reported in or by the relevant Price Source as specified in the relevant Confirmation.Denotes a value as the Non-volume Weighted Average of prices effective on the Pricing Date.Denotes a value as the Volume Weighted Average of prices effective on the Pricing Date. -
Method Summary
Modifier and TypeMethodDescriptionstatic QuotationSideEnumfromDisplayName(String name) toString()static QuotationSideEnumReturns the enum constant of this type with the specified name.static QuotationSideEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AFTERNOON
Denotes a value as the Afternoon fixing reported in or by the relevant Price Source as specified in the relevant Confirmation. -
ASK
Denotes a value 'asked' by a seller for an asset, i.e. the value at which a seller is willing to sell. -
BID
Denotes a value 'bid' by a buyer for an asset, i.e. the value a buyer is willing to pay. -
CLOSING
Denotes a value as the Closing price reported in or by the relevant Price Source as specified in the relevant Confirmation. -
HIGH
Denotes a value as the High price reported in or by the relevant Price Source as specified in the relevant Confirmation. -
INDEX
Denotes a value as the Index price reported in or by the relevant Price Source as specified in the relevant Confirmation. -
MEAN_OF_BID_AND_ASK
Denotes a value as the Average of the Bid and Ask prices reported in or by the relevant Price Source as specified in the relevant Confirmation. -
LOCATIONAL_MARGINAL
Denotes a value as the Locational Marginal price reported in or by the relevant Price Source as specified in the relevant Confirmation. -
LOW
Denotes a value as the Low price reported in or by the relevant Price Source as specified in the relevant Confirmation. -
MARGINAL_HOURLY
Denotes a value as the Marginal Hourly price reported in or by the relevant Price Source as specified in the relevant Confirmation. -
MARKET_CLEARING
Denotes a value as the Market Clearing price reported in or by the relevant Price Source as specified in the relevant Confirmation. -
MEAN_OF_HIGH_AND_LOW
Denotes a value as the Average of the High and Low prices reported in or by the relevant Price Source as specified in the relevant Confirmation. -
MORNING
Denotes a value as the Morning fixing reported in or by the relevant Price Source as specified in the relevant Confirmation. -
OFFICIAL
Denotes a value as the Official price reported in or by the relevant Price Source as specified in the relevant Confirmation. -
OPENING
Denotes a value as the Opening price reported in or by the relevant Price Source as specified in the relevant Confirmation. -
OSP
Denotes a value as the Official Settlement Price reported in or by the relevant Price Source as specified in the relevant Confirmation. -
SETTLEMENT
Denotes a value as the Settlement price reported in or by the relevant Price Source as specified in the relevant Confirmation. -
SPOT
Denotes a value as the Spot price reported in or by the relevant Price Source as specified in the relevant Confirmation. -
MID
Denotes a value as the Average of the Midpoint of prices reported in or by the relevant Price Source as specified in the relevant Confirmation. -
NATIONAL_SINGLE
Denotes a value as the National Single price reported in or by the relevant Price Source as specified in the relevant Confirmation. -
WEIGHTED_AVERAGE
Denotes a value as the Volume Weighted Average of prices effective on the Pricing Date. -
UN_WEIGHTED_AVERAGE
Denotes a value as the Non-volume Weighted Average of prices effective on the Pricing Date.
-
-
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<QuotationSideEnum>
-
toDisplayString
-