Uses of Class
org.knowm.xchange.poloniex.PoloniexAuthenticated.AllPairs
-
Packages that use PoloniexAuthenticated.AllPairs Package Description org.knowm.xchange.poloniex -
-
Uses of PoloniexAuthenticated.AllPairs in org.knowm.xchange.poloniex
Methods in org.knowm.xchange.poloniex that return PoloniexAuthenticated.AllPairs Modifier and Type Method Description static PoloniexAuthenticated.AllPairsPoloniexAuthenticated.AllPairs. valueOf(String name)Returns the enum constant of this type with the specified name.static PoloniexAuthenticated.AllPairs[]PoloniexAuthenticated.AllPairs. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.poloniex with parameters of type PoloniexAuthenticated.AllPairs Modifier and Type Method Description Map<String,PoloniexMarginPostionResponse>PoloniexAuthenticated. getMarginPosition(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, PoloniexAuthenticated.AllPairs all)Map<String,PoloniexOpenOrder[]>PoloniexAuthenticated. returnOpenOrders(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, PoloniexAuthenticated.AllPairs all)
-