Uses of Class
org.knowm.xchange.cryptonit2.CryptonitAuthenticatedV2.Side
-
Packages that use CryptonitAuthenticatedV2.Side Package Description org.knowm.xchange.cryptonit2 org.knowm.xchange.cryptonit2.service -
-
Uses of CryptonitAuthenticatedV2.Side in org.knowm.xchange.cryptonit2
Methods in org.knowm.xchange.cryptonit2 that return CryptonitAuthenticatedV2.Side Modifier and Type Method Description static CryptonitAuthenticatedV2.SideCryptonitAuthenticatedV2.Side. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptonitAuthenticatedV2.Side[]CryptonitAuthenticatedV2.Side. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.cryptonit2 with parameters of type CryptonitAuthenticatedV2.Side Modifier and Type Method Description CryptonitOrderCryptonitAuthenticatedV2. placeMarketOrder(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, CryptonitAuthenticatedV2.Side side, CryptonitV2.Pair pair, BigDecimal amount)CryptonitOrderCryptonitAuthenticatedV2. placeOrder(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, CryptonitAuthenticatedV2.Side side, CryptonitV2.Pair pair, BigDecimal amount, BigDecimal price) -
Uses of CryptonitAuthenticatedV2.Side in org.knowm.xchange.cryptonit2.service
Methods in org.knowm.xchange.cryptonit2.service with parameters of type CryptonitAuthenticatedV2.Side Modifier and Type Method Description CryptonitOrderCryptonitTradeServiceRaw. placeCryptonitMarketOrder(org.knowm.xchange.currency.CurrencyPair pair, CryptonitAuthenticatedV2.Side side, BigDecimal originalAmount)CryptonitOrderCryptonitTradeServiceRaw. placeCryptonitOrder(org.knowm.xchange.currency.CurrencyPair pair, CryptonitAuthenticatedV2.Side side, BigDecimal originalAmount, BigDecimal price)
-