Enum TrailingFlag

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

public enum TrailingFlag extends Enum<TrailingFlag> implements Order.IOrderFlags
Author:
mrmx
See Also:
  • Enum Constant Details

    • P0_01

      public static final TrailingFlag P0_01
      Trailing of 0.01%
    • P0_1

      public static final TrailingFlag P0_1
      Trailing of 0.1%
    • P1

      public static final TrailingFlag P1
      Trailing of 1%
    • P10

      public static final TrailingFlag P10
      Trailing of 10%
  • Method Details

    • values

      public static TrailingFlag[] 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 TrailingFlag 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
    • getTrailingBip

      public long getTrailingBip()