Package cdm.event.position
Enum AvailableInventoryTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<AvailableInventoryTypeEnum>
@RosettaEnum("AvailableInventoryTypeEnum")
public enum AvailableInventoryTypeEnum
extends Enum<AvailableInventoryTypeEnum>
Enumeration to describe the type of AvailableInventory
- Version:
- 6.19.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionWhere a lender is broadcasting the securities that they have available to lendWhere a party is asking a lender if they have specific securities available for them to borrow -
Method Summary
Modifier and TypeMethodDescriptionstatic AvailableInventoryTypeEnumfromDisplayName(String name) toString()static AvailableInventoryTypeEnumReturns the enum constant of this type with the specified name.static AvailableInventoryTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AVAILABLE_TO_LEND
@RosettaEnumValue("AvailableToLend") public static final AvailableInventoryTypeEnum AVAILABLE_TO_LENDWhere a lender is broadcasting the securities that they have available to lend -
REQUEST_TO_BORROW
@RosettaEnumValue("RequestToBorrow") public static final AvailableInventoryTypeEnum REQUEST_TO_BORROWWhere a party is asking a lender if they have specific securities available for them to borrow
-
-
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<AvailableInventoryTypeEnum>
-
toDisplayString
-