public interface TheRockAuthenticated
Modifier and Type | Field and Description |
---|---|
static String |
X_TRT_NONCE |
Modifier and Type | Method and Description |
---|---|
TheRockBalance |
balance(String publicKey,
TheRockDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory,
String currency) |
TheRockBalances |
balances(String publicKey,
TheRockDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory) |
TheRockOrder |
placeOrder(TheRock.Pair currencyPair,
String publicKey,
TheRockDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory,
TheRockOrder order) |
TheRockWithdrawalResponse |
withdraw(String publicKey,
TheRockDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory,
TheRockWithdrawal withdrawal) |
static final String X_TRT_NONCE
TheRockOrder placeOrder(TheRock.Pair currencyPair, @HeaderParam(value="X-TRT-KEY") String publicKey, @HeaderParam(value="X-TRT-SIGN") TheRockDigest signer, @HeaderParam(value="X-TRT-NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, TheRockOrder order) throws TheRockException, IOException
TheRockException
IOException
TheRockWithdrawalResponse withdraw(@HeaderParam(value="X-TRT-KEY") String publicKey, @HeaderParam(value="X-TRT-SIGN") TheRockDigest signer, @HeaderParam(value="X-TRT-NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, TheRockWithdrawal withdrawal) throws TheRockException, IOException
TheRockException
IOException
TheRockBalance balance(@HeaderParam(value="X-TRT-KEY") String publicKey, @HeaderParam(value="X-TRT-SIGN") TheRockDigest signer, @HeaderParam(value="X-TRT-NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, String currency) throws TheRockException, IOException
TheRockException
IOException
TheRockBalances balances(@HeaderParam(value="X-TRT-KEY") String publicKey, @HeaderParam(value="X-TRT-SIGN") TheRockDigest signer, @HeaderParam(value="X-TRT-NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory) throws TheRockException, IOException
TheRockException
IOException
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.