Uses of Class
org.knowm.xchange.yobit.YoBitDigest
Packages that use YoBitDigest
-
Uses of YoBitDigest in org.knowm.xchange.yobit
Methods in org.knowm.xchange.yobit that return YoBitDigestModifier and TypeMethodDescriptionstatic YoBitDigest
YoBitDigest.createInstance
(String secretKeyBase64, String apiKey) Methods in org.knowm.xchange.yobit with parameters of type YoBitDigestModifier 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
Fields in org.knowm.xchange.yobit.service declared as YoBitDigest