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 Summary
Constructors Constructor Description BitcoindeOrderFlagsOrderQuantities()
-
Method Summary
-
Constructor Details
-
BitcoindeOrderFlagsOrderQuantities
public BitcoindeOrderFlagsOrderQuantities()
-
-
Method Details
-
hashCode
public int hashCode()Returns a hash code value for the class itself. This ensure thatOrder.getOrderFlags()
can only contain a single instance ofBitcoindeOrderFlagsOrderQuantities
.- Overrides:
hashCode
in classObject
- Returns:
- a hash code value for this object.
- See Also:
Object.equals(java.lang.Object)
-
equals
Indicates whether some other object is "equal to" this one by checking whether this is an instance ofBitcoindeOrderFlagsOrderQuantities
to comply with #hashCode()- Overrides:
equals
in classObject
- Parameters:
obj
- the reference object with which to compare.- Returns:
true
if the obj argument isinstanceof BitcoindeOrderFlagsOrderQuantities
;false
otherwise.- See Also:
hashCode()
-