Enum CryptoFacilitiesOrderFlags

java.lang.Object
java.lang.Enum<CryptoFacilitiesOrderFlags>
org.knowm.xchange.cryptofacilities.dto.trade.CryptoFacilitiesOrderFlags
All Implemented Interfaces:
Serializable, Comparable<CryptoFacilitiesOrderFlags>, java.lang.constant.Constable, Order.IOrderFlags

public enum CryptoFacilitiesOrderFlags
extends Enum<CryptoFacilitiesOrderFlags>
implements Order.IOrderFlags
  • Enum Constant Details

    • POST_ONLY

      public static final CryptoFacilitiesOrderFlags POST_ONLY
      These are orders that allow you to be sure to always pay the maker fee.
  • Method Details

    • values

      public static CryptoFacilitiesOrderFlags[] 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 CryptoFacilitiesOrderFlags 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