Uses of Class
org.knowm.xchange.poloniex.dto.trade.PoloniexAccountBalance.ACCOUNT
-
Packages that use PoloniexAccountBalance.ACCOUNT Package Description org.knowm.xchange.poloniex.dto.trade -
-
Uses of PoloniexAccountBalance.ACCOUNT in org.knowm.xchange.poloniex.dto.trade
Methods in org.knowm.xchange.poloniex.dto.trade that return PoloniexAccountBalance.ACCOUNT Modifier and Type Method Description static PoloniexAccountBalance.ACCOUNTPoloniexAccountBalance.ACCOUNT. valueOf(String name)Returns the enum constant of this type with the specified name.static PoloniexAccountBalance.ACCOUNT[]PoloniexAccountBalance.ACCOUNT. values()Returns an array containing the constants of this enum type, in the order they are declared.
-