public interface LoyalbitAuthenticated
Modifier and Type | Interface and Description |
---|---|
static class |
LoyalbitAuthenticated.Pair |
static class |
LoyalbitAuthenticated.Sort |
Modifier and Type | Method and Description |
---|---|
LoyalbitBaseResponse |
deleteOrder(String apiKey,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
LoyalbitDigest signer,
Long orderId) |
LoyalbitBalance |
getBalance(String apiKey,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
LoyalbitDigest signer) |
LoyalbitOrder[] |
getOpenOrders(String apiKey,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
LoyalbitDigest signer) |
LoyalbitUserTransaction[] |
getTransactions(String apiKey,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
LoyalbitDigest signer,
Integer offset,
Integer limit,
LoyalbitAuthenticated.Sort sort) |
LoyalbitSubmitOrderResponse |
submitOrder(String apiKey,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
LoyalbitDigest signer,
LoyalbitOrder.Type type,
BigDecimal amount,
BigDecimal price,
LoyalbitAuthenticated.Pair pair) |
LoyalbitBalance getBalance(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, LoyalbitDigest signer) throws LoyalbitException, IOException
LoyalbitException
IOException
LoyalbitUserTransaction[] getTransactions(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, LoyalbitDigest signer, Integer offset, Integer limit, LoyalbitAuthenticated.Sort sort) throws LoyalbitException, IOException
LoyalbitException
IOException
LoyalbitOrder[] getOpenOrders(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, LoyalbitDigest signer) throws LoyalbitException, IOException
LoyalbitException
IOException
LoyalbitBaseResponse deleteOrder(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, LoyalbitDigest signer, Long orderId) throws LoyalbitException, IOException
LoyalbitException
IOException
LoyalbitSubmitOrderResponse submitOrder(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, LoyalbitDigest signer, LoyalbitOrder.Type type, BigDecimal amount, BigDecimal price, LoyalbitAuthenticated.Pair pair) throws LoyalbitException, IOException
LoyalbitException
IOException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.