Uses of Class
org.knowm.xchange.bitcointoyou.BitcointoyouException
-
Packages that use BitcointoyouException Package Description org.knowm.xchange.bitcointoyou -
-
Uses of BitcointoyouException in org.knowm.xchange.bitcointoyou
Methods in org.knowm.xchange.bitcointoyou that throw BitcointoyouException Modifier and Type Method Description BitcointoyouOrderResponse
BitcointoyouAuthenticated. createOrder(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, si.mazi.rescu.ParamsDigest signature, String currency, String action, BigDecimal amount, BigDecimal price)
BitcointoyouOrderBook
Bitcointoyou. getOrderBook()
Get the public order book at Bitcointoyou ExchangeMap<String,BitcointoyouMarketData>
Bitcointoyou. getTicker()
Get the Bitcointoyou Exchange tickerBitcointoyouPublicTrade[]
Bitcointoyou. getTrades(String currency, Long tradeTimestamp, Long minTradeId)
List all public trades made at Bitcointoyou Exchange.
-