Skip navigation links
A B C D E F G H I J L M O P R S T U V W 

A

AccountRecord - Class in org.oxerr.okcoin.rest.dto
 
AccountRecord(String, String, BigDecimal, String, String, BigDecimal, BigDecimal, Instant) - Constructor for class org.oxerr.okcoin.rest.dto.AccountRecord
 
AccountRecords - Class in org.oxerr.okcoin.rest.dto
 
AccountRecords(Boolean, int, AccountRecord[], String) - Constructor for class org.oxerr.okcoin.rest.dto.AccountRecords
 
adaptAccountInfo(UserInfo) - Static method in class org.oxerr.okcoin.rest.OKCoinAdapters
 
adaptOpenOrders(Collection<OrderResult>) - Static method in class org.oxerr.okcoin.rest.OKCoinAdapters
 
adaptOrderBook(Depth, CurrencyPair) - Static method in class org.oxerr.okcoin.rest.OKCoinAdapters
 
adaptOrderType(Type) - Static method in class org.oxerr.okcoin.rest.OKCoinAdapters
 
adaptSymbol(CurrencyPair) - Static method in class org.oxerr.okcoin.rest.OKCoinAdapters
 
adaptSymbol(String) - Static method in class org.oxerr.okcoin.rest.OKCoinAdapters
 
adaptTicker(TickerResponse, CurrencyPair) - Static method in class org.oxerr.okcoin.rest.OKCoinAdapters
 
adaptTrades(Trade[], CurrencyPair) - Static method in class org.oxerr.okcoin.rest.OKCoinAdapters
 
adaptUserTrades(OrderHistory) - Static method in class org.oxerr.okcoin.rest.OKCoinAdapters
 
apiKey - Variable in class org.oxerr.okcoin.rest.service.OKCoinBaseTradeService
 
APPLICATION_FORM_URLENCODED - Static variable in class org.oxerr.okcoin.rest.service.web.OKCoinClient
 
ask(BigDecimal, BigDecimal) - Method in class org.oxerr.okcoin.rest.service.web.OKCoinClient
Deprecated.
Use OKCoinTradeService#placeLimitOrder(com.xeiam.xchange.dto.trade.LimitOrder) instead.

B

batchTrade(String, String, Type, String, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
Batch trade.
batchTrade(String, Type, OrderData[]) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
BatchTradeResult - Class in org.oxerr.okcoin.rest.dto
 
BatchTradeResult(boolean, BatchTradeResult.OrderInfo[]) - Constructor for class org.oxerr.okcoin.rest.dto.BatchTradeResult
 
BatchTradeResult.OrderInfo - Class in org.oxerr.okcoin.rest.dto
 
bid(BigDecimal, BigDecimal) - Method in class org.oxerr.okcoin.rest.service.web.OKCoinClient
Deprecated.
Use OKCoinTradeService#placeLimitOrder(com.xeiam.xchange.dto.trade.LimitOrder) instead.
borrowMoney(String, String, String, BigDecimal, BigDecimal, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
Request borrow.
borrowMoney(String, String, BigDecimal, BigDecimal) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
BorrowOrder - Class in org.oxerr.okcoin.rest.dto
 
BorrowOrder(BigDecimal, Instant, long, int, BigDecimal, BigDecimal, Status, String) - Constructor for class org.oxerr.okcoin.rest.dto.BorrowOrder
 
BorrowOrderInfo - Class in org.oxerr.okcoin.rest.dto
 
BorrowOrderInfo(BorrowOrder, boolean) - Constructor for class org.oxerr.okcoin.rest.dto.BorrowOrderInfo
 
BorrowResult - Class in org.oxerr.okcoin.rest.dto
 
BorrowResult(boolean, long) - Constructor for class org.oxerr.okcoin.rest.dto.BorrowResult
 
BorrowsInfo - Class in org.oxerr.okcoin.rest.dto
 
BorrowsInfo(BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, boolean, BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.oxerr.okcoin.rest.dto.BorrowsInfo
 

C

cancelBorrow(String, String, long, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
Cancel borrow order.
cancelBorrow(String, long) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
cancelContinuousEntrust(int, long) - Method in class org.oxerr.okcoin.rest.service.web.OKCoinClient
Cancel a continuous entrust.
cancelIcebergeOrder(CurrencyPair, long) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
cancelOrder(String, String, String, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
Cancel orders.
cancelOrder(String) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeService
cancelOrder(String, long...) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
CancelOrderResult - Class in org.oxerr.okcoin.rest.dto
 
CancelOrderResult(Boolean, Long, String, String) - Constructor for class org.oxerr.okcoin.rest.dto.CancelOrderResult
 
cancelWithdraw(String, String, long, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
Withdrawal Cancellation Request.
cancelWithdraw(String, long) - Method in class org.oxerr.okcoin.rest.service.OKCoinAccountServiceRaw
 
Candlestick - Class in org.oxerr.okcoin.rest.dto
 
Candlestick(Instant, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.oxerr.okcoin.rest.dto.Candlestick
 
CandlestickChart - Class in org.oxerr.okcoin.rest.dto
 
CandlestickChart(Candlestick[]) - Constructor for class org.oxerr.okcoin.rest.dto.CandlestickChart
 
CandlestickChartDeserializer - Class in org.oxerr.okcoin.rest.dto.deserializer
Deserializer for CandlestickChart.
CandlestickChartDeserializer() - Constructor for class org.oxerr.okcoin.rest.dto.deserializer.CandlestickChartDeserializer
 
close() - Method in class org.oxerr.okcoin.rest.service.web.HttpClient
close() - Method in class org.oxerr.okcoin.rest.service.web.OKCoinClient
CONNECT_TIMEOUT_PARAMETER - Static variable in class org.oxerr.okcoin.rest.OKCoinExchange
 
CONNECTION_REQUEST_TIMEOUT_PARAMETER - Static variable in class org.oxerr.okcoin.rest.OKCoinExchange
 
createOpenOrdersParams() - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeService
createTradeHistoryParams() - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeService

D

Depth - Class in org.oxerr.okcoin.rest.dto
 
Depth(BigDecimal[][], BigDecimal[][]) - Constructor for class org.oxerr.okcoin.rest.dto.Depth
 
deserialize(JsonParser, DeserializationContext) - Method in class org.oxerr.okcoin.rest.dto.deserializer.CandlestickChartDeserializer
deserialize(JsonParser, DeserializationContext) - Method in class org.oxerr.okcoin.rest.dto.deserializer.EpochMilliDeserializer
deserialize(JsonParser, DeserializationContext) - Method in class org.oxerr.okcoin.rest.dto.deserializer.EpochSecondStringDeserializer
deserialize(JsonParser, DeserializationContext) - Method in class org.oxerr.okcoin.rest.dto.deserializer.StatusDeserializer
deserialize(JsonParser, DeserializationContext) - Method in class org.oxerr.okcoin.rest.dto.deserializer.TypeDeserializer
digestParams(RestInvocation) - Method in class org.oxerr.okcoin.rest.OKCoinDigest
digestParams(Map<String, String>) - Method in class org.oxerr.okcoin.rest.OKCoinDigest
 

E

ENCODING - Static variable in class org.oxerr.okcoin.rest.service.web.OKCoinClient
 
EpochMilliDeserializer - Class in org.oxerr.okcoin.rest.dto.deserializer
Deserializer to deserialize epoch milliseconds in long to Instant.
EpochMilliDeserializer() - Constructor for class org.oxerr.okcoin.rest.dto.deserializer.EpochMilliDeserializer
 
EpochSecondStringDeserializer - Class in org.oxerr.okcoin.rest.dto.deserializer
Deserializer to deserialize epoch seconds in string to Instant.
EpochSecondStringDeserializer() - Constructor for class org.oxerr.okcoin.rest.dto.deserializer.EpochSecondStringDeserializer
 
execute(ValueReader<T>, HttpUriRequest) - Method in class org.oxerr.okcoin.rest.service.web.HttpClient
Deprecated.
execute(HttpUriRequest, ValueReader<T>) - Method in class org.oxerr.okcoin.rest.service.web.HttpClient
 

F

Funds - Class in org.oxerr.okcoin.rest.dto
 
Funds(Map<String, BigDecimal>, Map<String, BigDecimal>, Map<String, BigDecimal>, Map<String, BigDecimal>, Map<String, BigDecimal>) - Constructor for class org.oxerr.okcoin.rest.dto.Funds
 

G

get(URI, Class<T>) - Method in class org.oxerr.okcoin.rest.service.web.HttpClient
 
get(URI, TypeReference<T>) - Method in class org.oxerr.okcoin.rest.service.web.HttpClient
 
get(URI, TypeReference<T>, Map<?, ?>, Map<?, ?>) - Method in class org.oxerr.okcoin.rest.service.web.HttpClient
 
get(URI, ValueReader<T>) - Method in class org.oxerr.okcoin.rest.service.web.HttpClient
 
get(URI, ValueReader<T>, Map<?, ?>, Map<?, ?>) - Method in class org.oxerr.okcoin.rest.service.web.HttpClient
 
getAccount() - Method in class org.oxerr.okcoin.rest.dto.AccountRecord
 
getAccountInfo() - Method in class org.oxerr.okcoin.rest.service.OKCoinAccountService
getAccountRecords(String, String, int, int, int, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
Get user deposits or withdraw Records.
getAccountRecords(String, int, int, int) - Method in class org.oxerr.okcoin.rest.service.OKCoinAccountServiceRaw
Returns the user deposits or withdraw records.
getAddr() - Method in class org.oxerr.okcoin.rest.dto.AccountRecord
 
getAmount() - Method in class org.oxerr.okcoin.rest.dto.AccountRecord
 
getAmount() - Method in class org.oxerr.okcoin.rest.dto.BorrowOrder
 
getAmount() - Method in class org.oxerr.okcoin.rest.dto.Lend
 
getAmount() - Method in class org.oxerr.okcoin.rest.dto.Order
 
getAmount() - Method in class org.oxerr.okcoin.rest.dto.OrderData
 
getAmount() - Method in class org.oxerr.okcoin.rest.dto.Trade
Returns the quantity in BTC (or LTC).
getAsks() - Method in class org.oxerr.okcoin.rest.dto.Depth
 
getAsset() - Method in class org.oxerr.okcoin.rest.dto.Funds
Returns the account funds, including net fund and total fund.
getAvgPrice() - Method in class org.oxerr.okcoin.rest.dto.Order
 
getBalance() - Method in class org.oxerr.okcoin.rest.service.web.OKCoinClient
Deprecated.
getBank() - Method in class org.oxerr.okcoin.rest.dto.AccountRecord
 
getBenificiaryAddr() - Method in class org.oxerr.okcoin.rest.dto.AccountRecord
 
getBids() - Method in class org.oxerr.okcoin.rest.dto.Depth
 
getBorrow() - Method in class org.oxerr.okcoin.rest.dto.Funds
Returns the account borrowing information (only returned when this field is not null).
getBorrowBtc() - Method in class org.oxerr.okcoin.rest.dto.BorrowsInfo
 
getBorrowCny() - Method in class org.oxerr.okcoin.rest.dto.BorrowsInfo
 
getBorrowDate() - Method in class org.oxerr.okcoin.rest.dto.BorrowOrder
 
getBorrowId() - Method in class org.oxerr.okcoin.rest.dto.BorrowOrder
 
getBorrowId() - Method in class org.oxerr.okcoin.rest.dto.BorrowResult
 
getBorrowLtc() - Method in class org.oxerr.okcoin.rest.dto.BorrowsInfo
 
getBorrowOrder() - Method in class org.oxerr.okcoin.rest.dto.BorrowOrderInfo
 
getBorrowOrderInfo(String, long, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
Get borrowing order info.
getBorrowOrderInfo(long) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
getBorrowsInfo(String, String, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
Get user borrow information.
getBorrowsInfo(String) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
getBuy() - Method in class org.oxerr.okcoin.rest.dto.Ticker
Returns the best bid.
getCanBorrow() - Method in class org.oxerr.okcoin.rest.dto.BorrowsInfo
 
getCandlestickChart(String, String, Integer, Long) - Method in interface org.oxerr.okcoin.rest.OKCoin
Get BTC/LTC candlestick data.
getCandlestickChart(String, String, Integer, Long) - Method in class org.oxerr.okcoin.rest.service.OKCoinMarketDataServiceRaw
Get BTC/LTC Candlestick Data.
getCandlesticks() - Method in class org.oxerr.okcoin.rest.dto.CandlestickChart
 
getClose() - Method in class org.oxerr.okcoin.rest.dto.Candlestick
 
getCode() - Method in enum org.oxerr.okcoin.rest.dto.Status
 
getCode() - Method in enum org.oxerr.okcoin.rest.dto.Type
 
getCreateDate() - Method in class org.oxerr.okcoin.rest.dto.Order
 
getCurrencyPair() - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeService.OKCoinTradeHistoryParams
getCurrentPage() - Method in class org.oxerr.okcoin.rest.dto.IcebergOrderHistory
 
getCurrentPage() - Method in class org.oxerr.okcoin.rest.dto.OrderHistory
Returns the current page number.
getData() - Method in class org.oxerr.okcoin.rest.dto.OrderFee
 
getDate() - Method in class org.oxerr.okcoin.rest.dto.AccountRecord
 
getDate() - Method in class org.oxerr.okcoin.rest.dto.IcebergOrder
 
getDate() - Method in class org.oxerr.okcoin.rest.dto.TickerResponse
Returns server time for the ticker.
getDate() - Method in class org.oxerr.okcoin.rest.dto.Trade
Returns the transaction time.
getDays() - Method in class org.oxerr.okcoin.rest.dto.BorrowOrder
 
getDays() - Method in class org.oxerr.okcoin.rest.dto.Lend
 
getDealAmount() - Method in class org.oxerr.okcoin.rest.dto.BorrowOrder
 
getDealAmount() - Method in class org.oxerr.okcoin.rest.dto.Order
 
getDefaultExchangeSpecification() - Method in class org.oxerr.okcoin.rest.OKCoinExchange
getDepth(String, Integer, Integer) - Method in interface org.oxerr.okcoin.rest.OKCoin
Get market depth.
getDepth(String, Integer, Integer) - Method in class org.oxerr.okcoin.rest.service.OKCoinMarketDataServiceRaw
 
getDepth() - Method in class org.oxerr.okcoin.rest.service.web.OKCoinClient
getDepthRange() - Method in class org.oxerr.okcoin.rest.dto.IcebergOrder
 
getError() - Method in class org.oxerr.okcoin.rest.dto.CancelOrderResult
Returns failed order IDs.
getErrorCode() - Method in class org.oxerr.okcoin.rest.dto.BatchTradeResult.OrderInfo
 
getErrorCode() - Method in exception org.oxerr.okcoin.rest.OKCoinException
 
getErrorNum() - Method in class org.oxerr.okcoin.rest.dto.Result
 
getFee() - Method in class org.oxerr.okcoin.rest.dto.AccountRecord
 
getFee() - Method in class org.oxerr.okcoin.rest.dto.OrderFeeData
 
getFilled() - Method in class org.oxerr.okcoin.rest.dto.IcebergOrder
 
getFree() - Method in class org.oxerr.okcoin.rest.dto.Funds
Returns the available fund.
getFrozen() - Method in class org.oxerr.okcoin.rest.dto.Funds
Returns the frozen funds.
getFunds() - Method in class org.oxerr.okcoin.rest.dto.Info
 
getHigh() - Method in class org.oxerr.okcoin.rest.dto.Candlestick
 
getHigh() - Method in class org.oxerr.okcoin.rest.dto.Ticker
Returns the highest price.
getIcebergOrderHistory(CurrencyPair, Integer) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
getIcebergOrders(int, int, int, int, Integer) - Method in class org.oxerr.okcoin.rest.service.web.OKCoinClient
Returns iceberg orders.
getId() - Method in class org.oxerr.okcoin.rest.dto.IcebergOrder
 
getInfo() - Method in class org.oxerr.okcoin.rest.dto.UserInfo
 
getInstance() - Static method in class org.oxerr.okcoin.rest.dto.valuereader.IcebergOrdersReader
 
getInstance() - Static method in class org.oxerr.okcoin.rest.dto.valuereader.PlainTextReader
 
getInstance() - Static method in class org.oxerr.okcoin.rest.dto.valuereader.ResultValueReader
 
getInstance() - Static method in class org.oxerr.okcoin.rest.dto.valuereader.VoidValueReader
 
getInterestBtc() - Method in class org.oxerr.okcoin.rest.dto.BorrowsInfo
 
getInterestCny() - Method in class org.oxerr.okcoin.rest.dto.BorrowsInfo
 
getInterestLtc() - Method in class org.oxerr.okcoin.rest.dto.BorrowsInfo
 
getLast() - Method in class org.oxerr.okcoin.rest.dto.Ticker
Returns the latest price.
getLendDepth() - Method in class org.oxerr.okcoin.rest.dto.LendDepth
 
getLendDepth(String) - Method in interface org.oxerr.okcoin.rest.OKCoin
Get top 10 lending entries.
getLendDepth(String) - Method in class org.oxerr.okcoin.rest.service.OKCoinMarketDataServiceRaw
 
getLow() - Method in class org.oxerr.okcoin.rest.dto.Candlestick
 
getLow() - Method in class org.oxerr.okcoin.rest.dto.Ticker
Returns the lowest price.
getMinTradeAmount() - Method in class org.oxerr.okcoin.rest.service.web.OKCoinClient
 
getNonceFactory() - Method in class org.oxerr.okcoin.rest.OKCoinExchange
getNum() - Method in class org.oxerr.okcoin.rest.dto.Lend
 
getOpen() - Method in class org.oxerr.okcoin.rest.dto.Candlestick
 
getOpenIcebergOrders(CurrencyPair) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
getOpenOrders() - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeService
getOpenOrders(OpenOrdersParams) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeService
getOrder(String, String, long, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
Get order info.
getOrder(String...) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeService
getOrder(String, long) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
getOrderBook(CurrencyPair, Object...) - Method in class org.oxerr.okcoin.rest.service.OKCoinMarketDataService
getOrderFee(String, String, long, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
Query fee.
getOrderFee(String, long) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
getOrderHistory(String, String, int, int, int, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
Returns the most recent 7 days orders.
getOrderHistory(String, int, int, int) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
getOrderId() - Method in class org.oxerr.okcoin.rest.dto.BatchTradeResult.OrderInfo
 
getOrderId() - Method in class org.oxerr.okcoin.rest.dto.CancelOrderResult
Returns the order ID (applicable to single order).
getOrderId() - Method in class org.oxerr.okcoin.rest.dto.Order
 
getOrderId() - Method in class org.oxerr.okcoin.rest.dto.OrderFeeData
 
getOrderId() - Method in class org.oxerr.okcoin.rest.dto.TradeResult
 
getOrderInfo() - Method in class org.oxerr.okcoin.rest.dto.BatchTradeResult
 
getOrders() - Method in class org.oxerr.okcoin.rest.dto.IcebergOrderHistory
 
getOrders() - Method in class org.oxerr.okcoin.rest.dto.OrderHistory
 
getOrders() - Method in class org.oxerr.okcoin.rest.dto.OrderResult
 
getOrders(String, String, int, String, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
Get order information in batch.
getOrders(String, int, long[]) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
getOrders(String, int, Long[]) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
getOrders(String, int, Iterable<Long>) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
getPageLength() - Method in class org.oxerr.okcoin.rest.dto.OrderHistory
Returns number of orders per page.
getPrice() - Method in class org.oxerr.okcoin.rest.dto.Order
 
getPrice() - Method in class org.oxerr.okcoin.rest.dto.OrderData
 
getPrice() - Method in class org.oxerr.okcoin.rest.dto.Trade
Returns the transaction price.
getProtectedPrice() - Method in class org.oxerr.okcoin.rest.dto.IcebergOrder
 
getRate() - Method in class org.oxerr.okcoin.rest.dto.BorrowOrder
 
getRate() - Method in class org.oxerr.okcoin.rest.dto.Lend
 
getRecords() - Method in class org.oxerr.okcoin.rest.dto.AccountRecords
 
getResultCode() - Method in class org.oxerr.okcoin.rest.dto.Result
 
getSell() - Method in class org.oxerr.okcoin.rest.dto.Ticker
Returns the best ask.
getSide() - Method in class org.oxerr.okcoin.rest.dto.IcebergOrder
 
getSingleAvg() - Method in class org.oxerr.okcoin.rest.dto.IcebergOrder
 
getStatus() - Method in class org.oxerr.okcoin.rest.dto.BorrowOrder
 
getStatus() - Method in class org.oxerr.okcoin.rest.dto.IcebergOrder
 
getStatus() - Method in class org.oxerr.okcoin.rest.dto.Order
 
getString(String) - Static method in class org.oxerr.okcoin.rest.Messages
 
getSuccess() - Method in class org.oxerr.okcoin.rest.dto.CancelOrderResult
Returns success order IDs.
getSymbol() - Method in class org.oxerr.okcoin.rest.dto.AccountRecords
 
getSymbol() - Method in class org.oxerr.okcoin.rest.dto.BorrowOrder
 
getSymbol() - Method in class org.oxerr.okcoin.rest.dto.Order
 
getSymbol() - Method in class org.oxerr.okcoin.rest.dto.TradeParam
 
getTicker() - Method in class org.oxerr.okcoin.rest.dto.TickerResponse
 
getTicker(String) - Method in interface org.oxerr.okcoin.rest.OKCoin
Get price ticker.
getTicker(CurrencyPair, Object...) - Method in class org.oxerr.okcoin.rest.service.OKCoinMarketDataService
getTicker(String) - Method in class org.oxerr.okcoin.rest.service.OKCoinMarketDataServiceRaw
 
getTicker() - Method in class org.oxerr.okcoin.rest.service.web.OKCoinClient
getTid() - Method in class org.oxerr.okcoin.rest.dto.Trade
Returns the transaction ID.
getTimestamp() - Method in class org.oxerr.okcoin.rest.dto.Candlestick
 
getTodayInterestBtc() - Method in class org.oxerr.okcoin.rest.dto.BorrowsInfo
 
getTodayInterestCny() - Method in class org.oxerr.okcoin.rest.dto.BorrowsInfo
 
getTodayInterestLtc() - Method in class org.oxerr.okcoin.rest.dto.BorrowsInfo
 
getTotal() - Method in class org.oxerr.okcoin.rest.dto.OrderHistory
 
getTradeAmount() - Method in class org.oxerr.okcoin.rest.dto.TradeParam
 
getTradeCnyPrice() - Method in class org.oxerr.okcoin.rest.dto.TradeParam
 
getTradeHistory(String, String, Long, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
Get Trade History (Not for Personal).
getTradeHistory(Object...) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeService
Deprecated.
getTradeHistory(TradeHistoryParams) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeService
getTradeHistory(String, Long) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
getTradePwd() - Method in class org.oxerr.okcoin.rest.dto.TradeParam
 
getTrades(String, Long) - Method in interface org.oxerr.okcoin.rest.OKCoin
Get trade history.
getTrades(CurrencyPair, Object...) - Method in class org.oxerr.okcoin.rest.service.OKCoinMarketDataService
getTrades(String, Long) - Method in class org.oxerr.okcoin.rest.service.OKCoinMarketDataServiceRaw
 
getTrades() - Method in class org.oxerr.okcoin.rest.service.web.OKCoinClient
Deprecated.
Use OKCoinMarketDataService#getTrades(com.xeiam.xchange.currency.CurrencyPair, Object...) instead.
getTrades(int) - Method in class org.oxerr.okcoin.rest.service.web.OKCoinClient
Deprecated.
Use @link OKCoinMarketDataService#getTrades(com.xeiam.xchange.currency.CurrencyPair, Object...) instead.
getTradeValue() - Method in class org.oxerr.okcoin.rest.dto.IcebergOrder
 
getTransactionValue() - Method in class org.oxerr.okcoin.rest.dto.AccountRecord
 
getType() - Method in class org.oxerr.okcoin.rest.dto.Order
 
getType() - Method in class org.oxerr.okcoin.rest.dto.OrderData
 
getType() - Method in class org.oxerr.okcoin.rest.dto.OrderFeeData
 
getType() - Method in class org.oxerr.okcoin.rest.dto.Trade
Returns the type.
getUnionFund() - Method in class org.oxerr.okcoin.rest.dto.Funds
Returns the fund management information (only returned when this field is not null).
getUnrepayments() - Method in class org.oxerr.okcoin.rest.dto.UnrepaymentsInfo
 
getUnrepaymentsInfo(String, String, int, int, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
Get debt list.
getUnrepaymentsInfo(String, int, int) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
getUserInfo(String, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
Get user account info.
getUserInfo() - Method in class org.oxerr.okcoin.rest.service.OKCoinAccountServiceRaw
 
getVol() - Method in class org.oxerr.okcoin.rest.dto.Ticker
Returns the volume.
getVolume() - Method in class org.oxerr.okcoin.rest.dto.Candlestick
 
getWithdrawId() - Method in class org.oxerr.okcoin.rest.dto.Withdrawal
 

H

hasNextPage() - Method in class org.oxerr.okcoin.rest.dto.IcebergOrderHistory
 
HtmlPageReader<T> - Class in org.oxerr.okcoin.rest.dto.valuereader
 
HtmlPageReader() - Constructor for class org.oxerr.okcoin.rest.dto.valuereader.HtmlPageReader
 
HttpClient - Class in org.oxerr.okcoin.rest.service.web
 
HttpClient(CloseableHttpClient, ObjectMapper) - Constructor for class org.oxerr.okcoin.rest.service.web.HttpClient
 
HttpClient(int, int, int) - Constructor for class org.oxerr.okcoin.rest.service.web.HttpClient
 

I

IcebergOrder - Class in org.oxerr.okcoin.rest.dto
 
IcebergOrder(long, Instant, Type, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, Status) - Constructor for class org.oxerr.okcoin.rest.dto.IcebergOrder
 
IcebergOrderHistory - Class in org.oxerr.okcoin.rest.dto
 
IcebergOrderHistory(int, boolean, IcebergOrder[]) - Constructor for class org.oxerr.okcoin.rest.dto.IcebergOrderHistory
 
IcebergOrdersReader - Class in org.oxerr.okcoin.rest.dto.valuereader
 
IcebergOrdersReader() - Constructor for class org.oxerr.okcoin.rest.dto.valuereader.IcebergOrdersReader
 
IndexHtmlPageReader - Class in org.oxerr.okcoin.rest.dto.valuereader
 
IndexHtmlPageReader() - Constructor for class org.oxerr.okcoin.rest.dto.valuereader.IndexHtmlPageReader
 
Info - Class in org.oxerr.okcoin.rest.dto
 
Info(Funds) - Constructor for class org.oxerr.okcoin.rest.dto.Info
 
initServices() - Method in class org.oxerr.okcoin.rest.OKCoinExchange

J

JsonValueReader<T> - Class in org.oxerr.okcoin.rest.dto.valuereader
 
JsonValueReader(ObjectMapper, Class<T>) - Constructor for class org.oxerr.okcoin.rest.dto.valuereader.JsonValueReader
 
JsonValueTypeRefReader<T> - Class in org.oxerr.okcoin.rest.dto.valuereader
 
JsonValueTypeRefReader(ObjectMapper, TypeReference<T>) - Constructor for class org.oxerr.okcoin.rest.dto.valuereader.JsonValueTypeRefReader
 

L

Lend - Class in org.oxerr.okcoin.rest.dto
 
Lend(BigDecimal, String, int, BigDecimal) - Constructor for class org.oxerr.okcoin.rest.dto.Lend
 
LendDepth - Class in org.oxerr.okcoin.rest.dto
 
LendDepth(Lend[]) - Constructor for class org.oxerr.okcoin.rest.dto.LendDepth
 
login() - Method in class org.oxerr.okcoin.rest.service.web.OKCoinClient
 
LOGIN_MAX_RETRY_TIMES_PARAMETER - Static variable in class org.oxerr.okcoin.rest.OKCoinExchange
Max count of retry in logging into via web form.
loginMaxRetryTimes - Variable in class org.oxerr.okcoin.rest.service.OKCoinBaseTradeService
 
LoginRequiredException - Exception in org.oxerr.okcoin.rest.service.web
 
LoginRequiredException() - Constructor for exception org.oxerr.okcoin.rest.service.web.LoginRequiredException
 
LoginRequiredException(String) - Constructor for exception org.oxerr.okcoin.rest.service.web.LoginRequiredException
 
LoginRequiredException(String, Throwable) - Constructor for exception org.oxerr.okcoin.rest.service.web.LoginRequiredException
 
logout() - Method in class org.oxerr.okcoin.rest.service.web.OKCoinClient
 

M

Messages - Class in org.oxerr.okcoin.rest
Error messages.

O

of(int) - Static method in enum org.oxerr.okcoin.rest.dto.Status
 
of(String) - Static method in enum org.oxerr.okcoin.rest.dto.Type
 
OKCoin - Interface in org.oxerr.okcoin.rest
RESTful API.
okCoin - Variable in class org.oxerr.okcoin.rest.service.OKCoinBaseTradeService
 
OKCoinAccountService - Class in org.oxerr.okcoin.rest.service
AccountService implementation.
OKCoinAccountService(Exchange) - Constructor for class org.oxerr.okcoin.rest.service.OKCoinAccountService
 
OKCoinAccountServiceRaw - Class in org.oxerr.okcoin.rest.service
Raw account service.
OKCoinAccountServiceRaw(Exchange) - Constructor for class org.oxerr.okcoin.rest.service.OKCoinAccountServiceRaw
 
OKCoinAdapters - Class in org.oxerr.okcoin.rest
Various adapters for converting from OKCoin DTOs to XChange DTOs.
OKCoinBaseService - Class in org.oxerr.okcoin.rest.service
BaseService implementation.
OKCoinBaseService(Exchange) - Constructor for class org.oxerr.okcoin.rest.service.OKCoinBaseService
 
OKCoinBaseTradeService - Class in org.oxerr.okcoin.rest.service
Base trade service.
OKCoinBaseTradeService(Exchange) - Constructor for class org.oxerr.okcoin.rest.service.OKCoinBaseTradeService
 
okCoinClient - Variable in class org.oxerr.okcoin.rest.service.OKCoinBaseTradeService
 
OKCoinClient - Class in org.oxerr.okcoin.rest.service.web
 
OKCoinClient(int, int, int) - Constructor for class org.oxerr.okcoin.rest.service.web.OKCoinClient
 
OKCoinClient(String, String, int, int, int) - Constructor for class org.oxerr.okcoin.rest.service.web.OKCoinClient
 
OKCoinClient(String, String, String, int, int, int) - Constructor for class org.oxerr.okcoin.rest.service.web.OKCoinClient
 
OKCoinClientException - Exception in org.oxerr.okcoin.rest.service.web
 
OKCoinClientException() - Constructor for exception org.oxerr.okcoin.rest.service.web.OKCoinClientException
 
OKCoinClientException(String) - Constructor for exception org.oxerr.okcoin.rest.service.web.OKCoinClientException
 
OKCoinClientException(String, Throwable) - Constructor for exception org.oxerr.okcoin.rest.service.web.OKCoinClientException
 
OKCoinClientException(Result) - Constructor for exception org.oxerr.okcoin.rest.service.web.OKCoinClientException
 
OKCoinDigest - Class in org.oxerr.okcoin.rest
ParamsDigest implementation.
OKCoinDigest(String) - Constructor for class org.oxerr.okcoin.rest.OKCoinDigest
 
OKCoinException - Exception in org.oxerr.okcoin.rest
Exception to represent the exception from server side.
OKCoinException() - Constructor for exception org.oxerr.okcoin.rest.OKCoinException
 
OKCoinException(Integer) - Constructor for exception org.oxerr.okcoin.rest.OKCoinException
 
OKCoinException(Integer, String) - Constructor for exception org.oxerr.okcoin.rest.OKCoinException
Constructor.
OKCoinException(String) - Constructor for exception org.oxerr.okcoin.rest.OKCoinException
 
OKCoinException(String, Throwable) - Constructor for exception org.oxerr.okcoin.rest.OKCoinException
 
OKCoinExchange - Class in org.oxerr.okcoin.rest
Exchange implementation for OKCoin.
OKCoinExchange() - Constructor for class org.oxerr.okcoin.rest.OKCoinExchange
 
OKCoinMarketDataService - Class in org.oxerr.okcoin.rest.service
MarketDataService implementation.
OKCoinMarketDataService(Exchange) - Constructor for class org.oxerr.okcoin.rest.service.OKCoinMarketDataService
 
OKCoinMarketDataServiceRaw - Class in org.oxerr.okcoin.rest.service
Raw market data service.
OKCoinMarketDataServiceRaw(Exchange) - Constructor for class org.oxerr.okcoin.rest.service.OKCoinMarketDataServiceRaw
 
OKCoinTradeHistoryParams() - Constructor for class org.oxerr.okcoin.rest.service.OKCoinTradeService.OKCoinTradeHistoryParams
 
OKCoinTradeService - Class in org.oxerr.okcoin.rest.service
TradeService implementation.
OKCoinTradeService(Exchange) - Constructor for class org.oxerr.okcoin.rest.service.OKCoinTradeService
 
OKCoinTradeService.OKCoinTradeHistoryParams - Class in org.oxerr.okcoin.rest.service
 
OKCoinTradeServiceRaw - Class in org.oxerr.okcoin.rest.service
Raw trade service.
OKCoinTradeServiceRaw(Exchange) - Constructor for class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
Order - Class in org.oxerr.okcoin.rest.dto
 
Order(long, Status, String, Type, BigDecimal, BigDecimal, BigDecimal, BigDecimal, Instant) - Constructor for class org.oxerr.okcoin.rest.dto.Order
 
OrderData - Class in org.oxerr.okcoin.rest.dto
 
OrderData(BigDecimal, BigDecimal, Type) - Constructor for class org.oxerr.okcoin.rest.dto.OrderData
 
OrderFee - Class in org.oxerr.okcoin.rest.dto
 
OrderFee(boolean, OrderFeeData) - Constructor for class org.oxerr.okcoin.rest.dto.OrderFee
 
OrderFeeData - Class in org.oxerr.okcoin.rest.dto
 
OrderFeeData(BigDecimal, long, String) - Constructor for class org.oxerr.okcoin.rest.dto.OrderFeeData
 
OrderHistory - Class in org.oxerr.okcoin.rest.dto
 
OrderHistory(boolean, int, int, int, Order[]) - Constructor for class org.oxerr.okcoin.rest.dto.OrderHistory
 
OrderInfo(Integer, long) - Constructor for class org.oxerr.okcoin.rest.dto.BatchTradeResult.OrderInfo
 
OrderResult - Class in org.oxerr.okcoin.rest.dto
 
OrderResult(boolean, int, Order[]) - Constructor for class org.oxerr.okcoin.rest.dto.OrderResult
 
org.oxerr.okcoin.rest - package org.oxerr.okcoin.rest
RESTful API implementation.
org.oxerr.okcoin.rest.dto - package org.oxerr.okcoin.rest.dto
Data transfer objects.
org.oxerr.okcoin.rest.dto.deserializer - package org.oxerr.okcoin.rest.dto.deserializer
Deserializers.
org.oxerr.okcoin.rest.dto.valuereader - package org.oxerr.okcoin.rest.dto.valuereader
Value Readers.
org.oxerr.okcoin.rest.service - package org.oxerr.okcoin.rest.service
Services.
org.oxerr.okcoin.rest.service.web - package org.oxerr.okcoin.rest.service.web
Trading through submitting web form and parsing from HTML page.

P

placeIcebergOrder(CurrencyPair, Order.OrderType, BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
placeLimitOrder(LimitOrder) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeService
placeMarketOrder(MarketOrder) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeService
PlainTextReader - Class in org.oxerr.okcoin.rest.dto.valuereader
 
PlainTextReader() - Constructor for class org.oxerr.okcoin.rest.dto.valuereader.PlainTextReader
 
post(URI, Class<T>, Map<?, ?>, Map<?, ?>, Charset) - Method in class org.oxerr.okcoin.rest.service.web.HttpClient
 
post(URI, TypeReference<T>, Map<?, ?>, Map<?, ?>, Charset) - Method in class org.oxerr.okcoin.rest.service.web.HttpClient
 
post(URI, ValueReader<T>, NameValuePair...) - Method in class org.oxerr.okcoin.rest.service.web.HttpClient
 
post(URI, ValueReader<T>, List<NameValuePair>) - Method in class org.oxerr.okcoin.rest.service.web.HttpClient
 
post(URI, ValueReader<T>, Map<?, ?>, Map<?, ?>, Charset) - Method in class org.oxerr.okcoin.rest.service.web.HttpClient
 
post(URI, ValueReader<T>, Iterable<? extends NameValuePair>, Header[], Charset) - Method in class org.oxerr.okcoin.rest.service.web.HttpClient
 
post(URI, ValueReader<T>, String, String) - Method in class org.oxerr.okcoin.rest.service.web.HttpClient
 
post(URI, ValueReader<T>, String, ContentType) - Method in class org.oxerr.okcoin.rest.service.web.HttpClient
 

R

read(InputStream, String, Charset) - Method in class org.oxerr.okcoin.rest.dto.valuereader.HtmlPageReader
read(HTMLDocument) - Method in class org.oxerr.okcoin.rest.dto.valuereader.HtmlPageReader
 
read(HTMLDocument) - Method in class org.oxerr.okcoin.rest.dto.valuereader.IcebergOrdersReader
read(HTMLDocument) - Method in class org.oxerr.okcoin.rest.dto.valuereader.IndexHtmlPageReader
read(InputStream, String, Charset) - Method in class org.oxerr.okcoin.rest.dto.valuereader.JsonValueReader
read(InputStream, String, Charset) - Method in class org.oxerr.okcoin.rest.dto.valuereader.JsonValueTypeRefReader
read(InputStream, String, Charset) - Method in class org.oxerr.okcoin.rest.dto.valuereader.PlainTextReader
read(InputStream, ContentType) - Method in class org.oxerr.okcoin.rest.dto.valuereader.ResultValueReader
read(HttpResponse) - Method in interface org.oxerr.okcoin.rest.dto.valuereader.ValueReader
 
read(HttpEntity) - Method in interface org.oxerr.okcoin.rest.dto.valuereader.ValueReader
 
read(InputStream, ContentType) - Method in interface org.oxerr.okcoin.rest.dto.valuereader.ValueReader
 
read(InputStream, String, Charset) - Method in interface org.oxerr.okcoin.rest.dto.valuereader.ValueReader
 
read(InputStream) - Method in interface org.oxerr.okcoin.rest.dto.valuereader.ValueReader
Deprecated.
read(InputStream, ContentType) - Method in class org.oxerr.okcoin.rest.dto.valuereader.VoidValueReader
repay(String, long, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
Pay off debt.
repay(long) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
requestDepositAddress(Currency, String...) - Method in class org.oxerr.okcoin.rest.service.OKCoinAccountService
Result - Class in org.oxerr.okcoin.rest.dto
 
Result(int, int) - Constructor for class org.oxerr.okcoin.rest.dto.Result
 
ResultValueReader - Class in org.oxerr.okcoin.rest.dto.valuereader
 
ResultValueReader() - Constructor for class org.oxerr.okcoin.rest.dto.valuereader.ResultValueReader
 

S

setCurrencyPair(CurrencyPair) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeService.OKCoinTradeHistoryParams
setSymbol(int) - Method in class org.oxerr.okcoin.rest.dto.TradeParam
 
setTradeAmount(BigDecimal) - Method in class org.oxerr.okcoin.rest.dto.TradeParam
 
setTradeCnyPrice(BigDecimal) - Method in class org.oxerr.okcoin.rest.dto.TradeParam
 
setTradePwd(String) - Method in class org.oxerr.okcoin.rest.dto.TradeParam
 
sign - Variable in class org.oxerr.okcoin.rest.service.OKCoinBaseTradeService
 
sleep(String) - Method in class org.oxerr.okcoin.rest.service.OKCoinBaseTradeService
 
SOCKET_TIMEOUT_PARAMETER - Static variable in class org.oxerr.okcoin.rest.OKCoinExchange
 
Status - Enum in org.oxerr.okcoin.rest.dto
Order status.
StatusDeserializer - Class in org.oxerr.okcoin.rest.dto.deserializer
Deserializer to deserialize status integer to Status.
StatusDeserializer() - Constructor for class org.oxerr.okcoin.rest.dto.deserializer.StatusDeserializer
 
submitContinuousEntrust(int, int, BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Method in class org.oxerr.okcoin.rest.service.web.OKCoinClient
Submits continuous entrust.

T

Ticker - Class in org.oxerr.okcoin.rest.dto
 
Ticker(BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.oxerr.okcoin.rest.dto.Ticker
 
TickerResponse - Class in org.oxerr.okcoin.rest.dto
 
TickerResponse(Instant, Ticker) - Constructor for class org.oxerr.okcoin.rest.dto.TickerResponse
 
toJson() - Method in class org.oxerr.okcoin.rest.dto.TradeParam
 
toNameValurPairs() - Method in class org.oxerr.okcoin.rest.dto.TradeParam
 
toString() - Method in enum org.oxerr.okcoin.rest.dto.Type
 
toUrlencoded() - Method in class org.oxerr.okcoin.rest.dto.TradeParam
 
Trade - Class in org.oxerr.okcoin.rest.dto
 
Trade(Instant, BigDecimal, BigDecimal, long, Type) - Constructor for class org.oxerr.okcoin.rest.dto.Trade
 
trade(String, String, Type, BigDecimal, BigDecimal, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
Place order.
trade(String, Type, BigDecimal, BigDecimal) - Method in class org.oxerr.okcoin.rest.service.OKCoinTradeServiceRaw
 
TRADE_PASSWORD_PARAMETER - Static variable in class org.oxerr.okcoin.rest.OKCoinExchange
The parameter key of the trade password.
TradeParam - Class in org.oxerr.okcoin.rest.dto
 
TradeParam(BigDecimal, BigDecimal, String, int) - Constructor for class org.oxerr.okcoin.rest.dto.TradeParam
 
TradeResult - Class in org.oxerr.okcoin.rest.dto
 
TradeResult(boolean, int, long) - Constructor for class org.oxerr.okcoin.rest.dto.TradeResult
 
Type - Enum in org.oxerr.okcoin.rest.dto
Order type.
TypeDeserializer - Class in org.oxerr.okcoin.rest.dto.deserializer
Deserializer to deserialize type code in string to Type.
TypeDeserializer() - Constructor for class org.oxerr.okcoin.rest.dto.deserializer.TypeDeserializer
 

U

UnrepaymentsInfo - Class in org.oxerr.okcoin.rest.dto
 
UnrepaymentsInfo(BorrowOrder[], boolean) - Constructor for class org.oxerr.okcoin.rest.dto.UnrepaymentsInfo
 
updateLast(String) - Method in class org.oxerr.okcoin.rest.service.OKCoinBaseTradeService
 
UserInfo - Class in org.oxerr.okcoin.rest.dto
 
UserInfo(boolean, int, Info) - Constructor for class org.oxerr.okcoin.rest.dto.UserInfo
 

V

valueOf(String) - Static method in enum org.oxerr.okcoin.rest.dto.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.oxerr.okcoin.rest.dto.Type
Returns the enum constant of this type with the specified name.
ValueReader<T> - Interface in org.oxerr.okcoin.rest.dto.valuereader
 
values() - Static method in enum org.oxerr.okcoin.rest.dto.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.oxerr.okcoin.rest.dto.Type
Returns an array containing the constants of this enum type, in the order they are declared.
VoidValueReader - Class in org.oxerr.okcoin.rest.dto.valuereader
 
VoidValueReader() - Constructor for class org.oxerr.okcoin.rest.dto.valuereader.VoidValueReader
 

W

withdraw(String, String, BigDecimal, String, String, BigDecimal, ParamsDigest) - Method in interface org.oxerr.okcoin.rest.OKCoin
BTC/LTC Withdraw.
withdraw(String, BigDecimal, String, String, BigDecimal) - Method in class org.oxerr.okcoin.rest.service.OKCoinAccountServiceRaw
 
Withdrawal - Class in org.oxerr.okcoin.rest.dto
 
Withdrawal(boolean, long) - Constructor for class org.oxerr.okcoin.rest.dto.Withdrawal
 
withdrawFunds(Currency, BigDecimal, String) - Method in class org.oxerr.okcoin.rest.service.OKCoinAccountService
A B C D E F G H I J L M O P R S T U V W 
Skip navigation links

Copyright © 2013–2017. All rights reserved.