Uses of Class
org.knowm.xchange.bitbay.dto.BitbayBaseResponse
Package | Description |
---|---|
org.knowm.xchange.bitbay | |
org.knowm.xchange.bitbay.dto.acount | |
org.knowm.xchange.bitbay.dto.trade | |
org.knowm.xchange.bitbay.service |
-
Uses of BitbayBaseResponse in org.knowm.xchange.bitbay
Methods in org.knowm.xchange.bitbay that return BitbayBaseResponse Modifier and Type Method Description BitbayBaseResponse
BitbayAuthenticated. transfer(String apiKey, si.mazi.rescu.ParamsDigest sign, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String currency, String quantity, String address)
BitbayBaseResponse
BitbayAuthenticated. withdraw(String apiKey, si.mazi.rescu.ParamsDigest sign, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, String currency, String quantity, String account, String express, String bicOrSwift)
-
Uses of BitbayBaseResponse in org.knowm.xchange.bitbay.dto.acount
Subclasses of BitbayBaseResponse in org.knowm.xchange.bitbay.dto.acount Modifier and Type Class Description class
BitbayAccountInfoResponse
-
Uses of BitbayBaseResponse in org.knowm.xchange.bitbay.dto.trade
Subclasses of BitbayBaseResponse in org.knowm.xchange.bitbay.dto.trade Modifier and Type Class Description class
BitbayCancelResponse
class
BitbayTradeResponse
-
Uses of BitbayBaseResponse in org.knowm.xchange.bitbay.service
Methods in org.knowm.xchange.bitbay.service that return BitbayBaseResponse Modifier and Type Method Description BitbayBaseResponse
BitbayAccountServiceRaw. transfer(Currency currency, BigDecimal quantity, String address)
Corresponds toPOST /transfer
end point.BitbayBaseResponse
BitbayAccountServiceRaw. withdraw(Currency currency, BigDecimal quantity, String account, boolean express, String bicOrSwiftCode)
Corresponds toPOST /withdraw
end point.