Class BitcoindeOrderFlagsOrderQuantities

java.lang.Object
org.knowm.xchange.bitcoinde.v4.dto.BitcoindeOrderFlagsOrderQuantities
All Implemented Interfaces:
Order.IOrderFlags

public class BitcoindeOrderFlagsOrderQuantities extends Object implements Order.IOrderFlags
  • Constructor Details

    • BitcoindeOrderFlagsOrderQuantities

      public BitcoindeOrderFlagsOrderQuantities()
  • Method Details

    • hashCode

      public int hashCode()
      Returns a hash code value for the class itself. This ensure that Order.getOrderFlags() can only contain a single instance of BitcoindeOrderFlagsOrderQuantities.
      Overrides:
      hashCode in class Object
      Returns:
      a hash code value for this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Indicates whether some other object is "equal to" this one by checking whether this is an instance of BitcoindeOrderFlagsOrderQuantities to comply with #hashCode()
      Overrides:
      equals in class Object
      Parameters:
      obj - the reference object with which to compare.
      Returns:
      true if the obj argument is instanceof BitcoindeOrderFlagsOrderQuantities; false otherwise.
      See Also: