Package | Description |
---|---|
com.xeiam.xchange.therock | |
com.xeiam.xchange.therock.service.polling |
Modifier and Type | Method and Description |
---|---|
TheRockBalance |
TheRockAuthenticated.balance(String publicKey,
TheRockDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory,
String currency) |
TheRockBalances |
TheRockAuthenticated.balances(String publicKey,
TheRockDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory) |
TheRockTicker |
TheRock.getTicker(TheRock.Pair currencyPair) |
TheRockOrder |
TheRockAuthenticated.placeOrder(TheRock.Pair currencyPair,
String publicKey,
TheRockDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory,
TheRockOrder order) |
TheRockWithdrawalResponse |
TheRockAuthenticated.withdraw(String publicKey,
TheRockDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory,
TheRockWithdrawal withdrawal) |
Modifier and Type | Method and Description |
---|---|
List<TheRockBalance> |
TheRockAccountServiceRaw.balances() |
boolean |
TheRockTradeService.cancelOrder(String orderId) |
OpenOrders |
TheRockTradeService.getOpenOrders() |
TheRockTicker |
TheRockMarketDataServiceRaw.getTheRockTicker(TheRock.Pair currencyPair) |
UserTrades |
TheRockTradeService.getTradeHistory(Object... args) |
String |
TheRockTradeService.placeLimitOrder(LimitOrder order) |
String |
TheRockTradeService.placeMarketOrder(MarketOrder order) |
TheRockOrder |
TheRockTradeServiceRaw.placeOrder(CurrencyPair currencyPair,
BigDecimal amount,
BigDecimal price,
TheRockOrder.Side side,
TheRockOrder.Type type) |
TheRockWithdrawalResponse |
TheRockAccountServiceRaw.withdrawDefault(String currency,
BigDecimal amount,
String destinationAddress)
Withdraw using the default method
|
TheRockWithdrawalResponse |
TheRockAccountServiceRaw.withdrawRipple(String currency,
BigDecimal amount,
String destinationAddress)
Withdraw to Ripple
|
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.