Enum AvailableInventoryTypeEnum

java.lang.Object
java.lang.Enum<AvailableInventoryTypeEnum>
cdm.event.position.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 Details

    • AVAILABLE_TO_LEND

      @RosettaEnumValue("AvailableToLend") public static final AvailableInventoryTypeEnum AVAILABLE_TO_LEND
      Where a lender is broadcasting the securities that they have available to lend
    • REQUEST_TO_BORROW

      @RosettaEnumValue("RequestToBorrow") public static final AvailableInventoryTypeEnum REQUEST_TO_BORROW
      Where a party is asking a lender if they have specific securities available for them to borrow
  • Method Details

    • values

      public static AvailableInventoryTypeEnum[] 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 AvailableInventoryTypeEnum 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 AvailableInventoryTypeEnum fromDisplayName(String name)
    • toString

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

      public String toDisplayString()