Uses of Class
org.knowm.xchange.yobit.YoBitDigest
-
Uses of YoBitDigest in org.knowm.xchange.yobit
Modifier and TypeMethodDescriptionstatic YoBitDigest
YoBitDigest.createInstance
(String secretKeyBase64, String apiKey) Modifier and TypeMethodDescriptionYoBit.activeOrders
(String apiKey, YoBitDigest signatureCreator, String method, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String market) YoBit.cancelOrder
(String apiKey, YoBitDigest signatureCreator, String method, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, Long orderId) YoBit.getDepositAddress
(String apiKey, YoBitDigest signatureCreator, String method, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String coinName, Boolean needNew) YoBit.getInfo
(String apiKey, YoBitDigest signatureCreator, String method, si.mazi.rescu.SynchronizedValueFactory<Long> nonce) YoBit.orderInfo
(String apiKey, YoBitDigest signatureCreator, String method, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, Long orderId) YoBit.trade
(String apiKey, YoBitDigest signatureCreator, String method, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String market, String type, BigDecimal price, BigDecimal amount) YoBit.tradeHistory
(String apiKey, YoBitDigest signatureCreator, String method, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, Long offset, Integer count, Long fromTransactionId, Long endTransactionId, String order, Long sinceTime, Long endTime, String currencyPair) YoBit.withdrawCoinsToAddress
(String apiKey, YoBitDigest signatureCreator, String method, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String coinName, BigDecimal amount, String address) -
Uses of YoBitDigest in org.knowm.xchange.yobit.service