Skip navigation links
A B C D E G I K M O P R S T U W 

A

accessKey - Variable in class org.oxerr.peatio.rest.service.polling.PeatioBasePrivatePollingService
 
Account - Class in org.oxerr.peatio.rest.dto
 
Account(String, BigDecimal, BigDecimal) - Constructor for class org.oxerr.peatio.rest.dto.Account
 
adaptCurrencyPair(Market) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptCurrencyPair(String) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptCurrencyPairs(Market[]) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptLimitOrder(Order) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptLimitOrder(CurrencyPair, Order) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptLimitOrders(CurrencyPair, Order.OrderType, BigDecimal[][]) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
Adapt depth items to limit order list.
adaptLimitOrders(Order[]) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptLimitOrders(Market, Order[]) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptLimitOrders(CurrencyPair, Order[]) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptMarketId(CurrencyPair) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptMember(Member) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptOpenOrders(Map<Market, Order[]>) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptOrderBook(CurrencyPair, Depth) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
Adapt market depth to generic order book.
adaptOrderType(String) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptSide(Order.OrderType) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptTicker(CurrencyPair, MarketTicker) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptTrade(Trade) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptTrades(Trade[]) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptUserTrade(CurrencyPair, Trade) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptUserTradeList(Market, Trade[]) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptUserTradeList(CurrencyPair, Trade[]) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptUserTrades(CurrencyPair, Trade[]) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
adaptUserTrades(Map<Market, Trade[]>) - Static method in class org.oxerr.peatio.rest.PeatioAdapters
 
applySpecification(ExchangeSpecification) - Method in class org.oxerr.peatio.rest.PeatioExchange
 

B

BaseObject - Class in org.oxerr.peatio.rest.dto
 
BaseObject() - Constructor for class org.oxerr.peatio.rest.dto.BaseObject
 

C

cancelOrder(String) - Method in class org.oxerr.peatio.rest.service.polling.PeatioTradeService
clear(String, SynchronizedValueFactory<Long>, ParamsDigest) - Method in interface org.oxerr.peatio.rest.Peatio
Cancel all my orders.
clearOrders() - Method in class org.oxerr.peatio.rest.service.polling.PeatioTradeServiceRaw
 
createTradeHistoryParams() - Method in class org.oxerr.peatio.rest.service.polling.PeatioTradeService

D

deleteOrder(String, SynchronizedValueFactory<Long>, ParamsDigest, long) - Method in interface org.oxerr.peatio.rest.Peatio
Cancel an order.
deleteOrder(long) - Method in class org.oxerr.peatio.rest.service.polling.PeatioTradeServiceRaw
 
Deposit - Class in org.oxerr.peatio.rest.dto
Deposit information.
Deposit(String, BigDecimal, BigDecimal, String, Date, int, Date, String) - Constructor for class org.oxerr.peatio.rest.dto.Deposit
 
Depth - Class in org.oxerr.peatio.rest.dto
 
Depth(Date, BigDecimal[][], BigDecimal[][]) - Constructor for class org.oxerr.peatio.rest.dto.Depth
 
deserialize(JsonParser, DeserializationContext) - Method in class org.oxerr.peatio.rest.dto.UnixTimestampDeserializer
digestParams(RestInvocation) - Method in class org.oxerr.peatio.rest.service.PeatioDigest

E

Error(int, String) - Constructor for class org.oxerr.peatio.rest.PeatioException.Error
 

G

getAccountInfo() - Method in class org.oxerr.peatio.rest.service.polling.PeatioAccountService
getAccounts() - Method in class org.oxerr.peatio.rest.dto.Member
 
getAmount() - Method in class org.oxerr.peatio.rest.dto.Deposit
 
getAsks() - Method in class org.oxerr.peatio.rest.dto.Depth
 
getAsks() - Method in class org.oxerr.peatio.rest.dto.OrderBook
 
getAt() - Method in class org.oxerr.peatio.rest.dto.MarketTicker
 
getAvgPrice() - Method in class org.oxerr.peatio.rest.dto.Order
 
getBalance() - Method in class org.oxerr.peatio.rest.dto.Account
 
getBids() - Method in class org.oxerr.peatio.rest.dto.Depth
 
getBids() - Method in class org.oxerr.peatio.rest.dto.OrderBook
 
getBuy() - Method in class org.oxerr.peatio.rest.dto.Ticker
 
getCode() - Method in class org.oxerr.peatio.rest.PeatioException.Error
 
getCode() - Method in exception org.oxerr.peatio.rest.PeatioException
 
getConfirmations() - Method in class org.oxerr.peatio.rest.dto.Deposit
 
getCreatedAt() - Method in class org.oxerr.peatio.rest.dto.Deposit
 
getCreatedAt() - Method in class org.oxerr.peatio.rest.dto.Order
 
getCreatedAt() - Method in class org.oxerr.peatio.rest.dto.Trade
 
getCurrency() - Method in class org.oxerr.peatio.rest.dto.Account
 
getCurrency() - Method in class org.oxerr.peatio.rest.dto.Deposit
 
getDefaultExchangeSpecification() - Method in class org.oxerr.peatio.rest.PeatioExchange
getDeposit(String, SynchronizedValueFactory<Long>, ParamsDigest, String) - Method in interface org.oxerr.peatio.rest.Peatio
Get single deposit information.
getDeposit(String) - Method in class org.oxerr.peatio.rest.service.polling.PeatioAccountServiceRaw
 
getDeposits(String, SynchronizedValueFactory<Long>, ParamsDigest, String) - Method in interface org.oxerr.peatio.rest.Peatio
Get your deposits information.
getDeposits(String) - Method in class org.oxerr.peatio.rest.service.polling.PeatioAccountServiceRaw
 
getDepth(String, Integer) - Method in interface org.oxerr.peatio.rest.Peatio
Get depth of specified market.
getDepth(String, Integer) - Method in class org.oxerr.peatio.rest.service.polling.PeatioMarketDataServiceRaw
 
getDoneAt() - Method in class org.oxerr.peatio.rest.dto.Deposit
 
getEmail() - Method in class org.oxerr.peatio.rest.dto.Member
 
getExchangeSymbols() - Method in class org.oxerr.peatio.rest.service.polling.PeatioBasePollingService
getExecutedVolume() - Method in class org.oxerr.peatio.rest.dto.Order
 
getFee() - Method in class org.oxerr.peatio.rest.dto.Deposit
 
getFunds() - Method in class org.oxerr.peatio.rest.dto.Trade
 
getHigh() - Method in class org.oxerr.peatio.rest.dto.Ticker
 
getId() - Method in class org.oxerr.peatio.rest.dto.Market
 
getId() - Method in class org.oxerr.peatio.rest.dto.Order
 
getId() - Method in class org.oxerr.peatio.rest.dto.Trade
 
getK() - Method in class org.oxerr.peatio.rest.dto.KWithPendingTrades
 
getK(String, Integer, Integer, Long) - Method in interface org.oxerr.peatio.rest.Peatio
Get OHLC(k line) of specified market.
getK(String, Integer, Integer, Long) - Method in class org.oxerr.peatio.rest.service.polling.PeatioMarketDataServiceRaw
 
getKWithPendingTrades(String, Integer, Integer, Integer, Long) - Method in interface org.oxerr.peatio.rest.Peatio
Get K data with pending trades, which are the trades not included in K data yet, because there's delay between trade generated and processed by K data generator.
getKWithPendingTrades(String, Integer, Integer, Integer, Long) - Method in class org.oxerr.peatio.rest.service.polling.PeatioMarketDataServiceRaw
 
getLast() - Method in class org.oxerr.peatio.rest.dto.Ticker
 
getLocked() - Method in class org.oxerr.peatio.rest.dto.Account
 
getLow() - Method in class org.oxerr.peatio.rest.dto.Ticker
 
getMarket() - Method in class org.oxerr.peatio.rest.dto.Order
 
getMarket() - Method in class org.oxerr.peatio.rest.dto.Trade
 
getMarkets() - Method in interface org.oxerr.peatio.rest.Peatio
Get all available markets.
getMarkets() - Method in class org.oxerr.peatio.rest.service.polling.PeatioBasePollingService
 
getMe(String, SynchronizedValueFactory<Long>, ParamsDigest) - Method in interface org.oxerr.peatio.rest.Peatio
Get your profile and accounts info.
getMe() - Method in class org.oxerr.peatio.rest.service.polling.PeatioAccountServiceRaw
 
getMessage() - Method in class org.oxerr.peatio.rest.PeatioException.Error
 
getMyTrades(String, SynchronizedValueFactory<Long>, ParamsDigest, String, Integer, Long, Long, Long, String) - Method in interface org.oxerr.peatio.rest.Peatio
Get your executed trades.
getMyTrades(String, Integer, Long, Long, Long, String) - Method in class org.oxerr.peatio.rest.service.polling.PeatioTradeServiceRaw
 
getName() - Method in class org.oxerr.peatio.rest.dto.Market
 
getName() - Method in class org.oxerr.peatio.rest.dto.Member
 
getNonceFactory() - Method in class org.oxerr.peatio.rest.PeatioExchange
getOpenOrders() - Method in class org.oxerr.peatio.rest.service.polling.PeatioTradeService
getOrder(String, SynchronizedValueFactory<Long>, ParamsDigest, long) - Method in interface org.oxerr.peatio.rest.Peatio
Get information of specified order.
getOrder(long) - Method in class org.oxerr.peatio.rest.service.polling.PeatioTradeServiceRaw
 
getOrderBook(String, Integer, Integer) - Method in interface org.oxerr.peatio.rest.Peatio
Get the order book of specified market.
getOrderBook(CurrencyPair, Object...) - Method in class org.oxerr.peatio.rest.service.polling.PeatioMarketDataService
getOrderBook(String, Integer, Integer) - Method in class org.oxerr.peatio.rest.service.polling.PeatioMarketDataServiceRaw
 
getOrderBy() - Method in class org.oxerr.peatio.rest.service.polling.PeatioTradeService.PeatioTradeHistoryParams
 
getOrderId() - Method in class org.oxerr.peatio.rest.dto.Trade
 
getOrders(String, SynchronizedValueFactory<Long>, ParamsDigest, String, String, Integer, Integer, String) - Method in interface org.oxerr.peatio.rest.Peatio
Get your orders.
getOrders(String, String, Integer, Integer, String) - Method in class org.oxerr.peatio.rest.service.polling.PeatioTradeServiceRaw
 
getOrdType() - Method in class org.oxerr.peatio.rest.dto.Order
 
getPrice() - Method in class org.oxerr.peatio.rest.dto.Order
 
getPrice() - Method in class org.oxerr.peatio.rest.dto.Trade
 
getRemainingVolume() - Method in class org.oxerr.peatio.rest.dto.Order
 
getSell() - Method in class org.oxerr.peatio.rest.dto.Ticker
 
getSide() - Method in class org.oxerr.peatio.rest.dto.Order
 
getSide() - Method in class org.oxerr.peatio.rest.dto.Trade
 
getSn() - Method in class org.oxerr.peatio.rest.dto.Member
 
getState() - Method in class org.oxerr.peatio.rest.dto.Deposit
 
getState() - Method in class org.oxerr.peatio.rest.dto.Order
 
getTicker() - Method in class org.oxerr.peatio.rest.dto.MarketTicker
 
getTicker(String) - Method in interface org.oxerr.peatio.rest.Peatio
Get ticker of specific market.
getTicker(CurrencyPair, Object...) - Method in class org.oxerr.peatio.rest.service.polling.PeatioMarketDataService
getTicker(String) - Method in class org.oxerr.peatio.rest.service.polling.PeatioMarketDataServiceRaw
 
getTickers() - Method in interface org.oxerr.peatio.rest.Peatio
Get ticker of all markets.
getTickers() - Method in class org.oxerr.peatio.rest.service.polling.PeatioMarketDataServiceRaw
 
getTimestamp() - Method in class org.oxerr.peatio.rest.dto.Depth
 
getTradeHistory(Object...) - Method in class org.oxerr.peatio.rest.service.polling.PeatioTradeService
getTradeHistory(TradeHistoryParams) - Method in class org.oxerr.peatio.rest.service.polling.PeatioTradeService
getTrades() - Method in class org.oxerr.peatio.rest.dto.KWithPendingTrades
 
getTrades(String, Integer, Long, Integer, Integer, String) - Method in interface org.oxerr.peatio.rest.Peatio
Get recent trades on market, each trade is included only once.
getTrades(CurrencyPair, Object...) - Method in class org.oxerr.peatio.rest.service.polling.PeatioMarketDataService
getTrades(String, Integer, Long, Integer, Integer, String) - Method in class org.oxerr.peatio.rest.service.polling.PeatioMarketDataServiceRaw
 
getTradesCount() - Method in class org.oxerr.peatio.rest.dto.Order
 
getTxid() - Method in class org.oxerr.peatio.rest.dto.Deposit
 
getVol() - Method in class org.oxerr.peatio.rest.dto.Ticker
 
getVolume() - Method in class org.oxerr.peatio.rest.dto.Order
 
getVolume() - Method in class org.oxerr.peatio.rest.dto.Trade
 

I

isActivated() - Method in class org.oxerr.peatio.rest.dto.Member
 

K

KWithPendingTrades - Class in org.oxerr.peatio.rest.dto
 
KWithPendingTrades(BigDecimal[][], Trade[]) - Constructor for class org.oxerr.peatio.rest.dto.KWithPendingTrades
 

M

Market - Class in org.oxerr.peatio.rest.dto
 
Market(String, String) - Constructor for class org.oxerr.peatio.rest.dto.Market
 
MarketTicker - Class in org.oxerr.peatio.rest.dto
 
MarketTicker(Date, Ticker) - Constructor for class org.oxerr.peatio.rest.dto.MarketTicker
 
Member - Class in org.oxerr.peatio.rest.dto
 
Member(String, String, String, boolean, Account[]) - Constructor for class org.oxerr.peatio.rest.dto.Member
 

O

Order - Class in org.oxerr.peatio.rest.dto
 
Order(long, String, String, BigDecimal, BigDecimal, String, String, Date, BigDecimal, BigDecimal, BigDecimal, Integer) - Constructor for class org.oxerr.peatio.rest.dto.Order
 
OrderBook - Class in org.oxerr.peatio.rest.dto
Order book shows orders on market.
OrderBook(Order[], Order[]) - Constructor for class org.oxerr.peatio.rest.dto.OrderBook
 
org.oxerr.peatio.rest - package org.oxerr.peatio.rest
Client for Peatio RESTful API.
org.oxerr.peatio.rest.dto - package org.oxerr.peatio.rest.dto
Data transfer objects.
org.oxerr.peatio.rest.service - package org.oxerr.peatio.rest.service
Services.
org.oxerr.peatio.rest.service.polling - package org.oxerr.peatio.rest.service.polling
Polling services.

P

Peatio - Interface in org.oxerr.peatio.rest
 
peatio - Variable in class org.oxerr.peatio.rest.service.polling.PeatioBasePollingService
 
PeatioAccountService - Class in org.oxerr.peatio.rest.service.polling
Account service.
PeatioAccountService(Exchange) - Constructor for class org.oxerr.peatio.rest.service.polling.PeatioAccountService
 
PeatioAccountServiceRaw - Class in org.oxerr.peatio.rest.service.polling
Account raw service.
PeatioAccountServiceRaw(Exchange) - Constructor for class org.oxerr.peatio.rest.service.polling.PeatioAccountServiceRaw
 
PeatioAdapters - Class in org.oxerr.peatio.rest
Various adapters for converting from Peatio DTOs to XChange DTOs.
PeatioBasePollingService - Class in org.oxerr.peatio.rest.service.polling
Base service.
PeatioBasePollingService(Exchange) - Constructor for class org.oxerr.peatio.rest.service.polling.PeatioBasePollingService
 
PeatioBasePrivatePollingService - Class in org.oxerr.peatio.rest.service.polling
Base private service.
PeatioBasePrivatePollingService(Exchange) - Constructor for class org.oxerr.peatio.rest.service.polling.PeatioBasePrivatePollingService
 
PeatioDigest - Class in org.oxerr.peatio.rest.service
ParamsDigest implementation for Peatio.
PeatioDigest(String) - Constructor for class org.oxerr.peatio.rest.service.PeatioDigest
 
PeatioException - Exception in org.oxerr.peatio.rest
Peatio exception.
PeatioException(PeatioException.Error) - Constructor for exception org.oxerr.peatio.rest.PeatioException
 
PeatioException.Error - Class in org.oxerr.peatio.rest
 
PeatioExchange - Class in org.oxerr.peatio.rest
Peatio exchange.
PeatioExchange() - Constructor for class org.oxerr.peatio.rest.PeatioExchange
 
PeatioMarketDataService - Class in org.oxerr.peatio.rest.service.polling
Market data service.
PeatioMarketDataService(Exchange) - Constructor for class org.oxerr.peatio.rest.service.polling.PeatioMarketDataService
 
PeatioMarketDataServiceRaw - Class in org.oxerr.peatio.rest.service.polling
Market data raw service.
PeatioMarketDataServiceRaw(Exchange) - Constructor for class org.oxerr.peatio.rest.service.polling.PeatioMarketDataServiceRaw
 
PeatioTradeHistoryParams() - Constructor for class org.oxerr.peatio.rest.service.polling.PeatioTradeService.PeatioTradeHistoryParams
 
PeatioTradeService - Class in org.oxerr.peatio.rest.service.polling
Trade service.
PeatioTradeService(Exchange) - Constructor for class org.oxerr.peatio.rest.service.polling.PeatioTradeService
 
PeatioTradeService.PeatioTradeHistoryParams - Class in org.oxerr.peatio.rest.service.polling
 
PeatioTradeServiceRaw - Class in org.oxerr.peatio.rest.service.polling
Trade raw service.
PeatioTradeServiceRaw(Exchange) - Constructor for class org.oxerr.peatio.rest.service.polling.PeatioTradeServiceRaw
 
placeLimitOrder(LimitOrder) - Method in class org.oxerr.peatio.rest.service.polling.PeatioTradeService
placeMarketOrder(MarketOrder) - Method in class org.oxerr.peatio.rest.service.polling.PeatioTradeService
placeMultiOrders(String, SynchronizedValueFactory<Long>, ParamsDigest, String, String[], BigDecimal[], BigDecimal[], String[]) - Method in interface org.oxerr.peatio.rest.Peatio
Create multiple sell/buy orders.
placeOrder(String, SynchronizedValueFactory<Long>, ParamsDigest, String, String, BigDecimal, BigDecimal, String) - Method in interface org.oxerr.peatio.rest.Peatio
Create a sell/buy order.
placeOrder(String, String, BigDecimal, BigDecimal, String) - Method in class org.oxerr.peatio.rest.service.polling.PeatioTradeServiceRaw
 

R

requestDepositAddress(String, String...) - Method in class org.oxerr.peatio.rest.service.polling.PeatioAccountService

S

setOrderBy(String) - Method in class org.oxerr.peatio.rest.service.polling.PeatioTradeService.PeatioTradeHistoryParams
 
sign(String) - Method in class org.oxerr.peatio.rest.service.PeatioDigest
 
signature - Variable in class org.oxerr.peatio.rest.service.polling.PeatioBasePrivatePollingService
 

T

Ticker - Class in org.oxerr.peatio.rest.dto
 
Ticker(BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.oxerr.peatio.rest.dto.Ticker
 
tonce - Variable in class org.oxerr.peatio.rest.service.polling.PeatioBasePrivatePollingService
 
toString() - Method in class org.oxerr.peatio.rest.dto.BaseObject
 
Trade - Class in org.oxerr.peatio.rest.dto
 
Trade(long, BigDecimal, BigDecimal, BigDecimal, String, Date, String, Long) - Constructor for class org.oxerr.peatio.rest.dto.Trade
 

U

UnixTimestampDeserializer - Class in org.oxerr.peatio.rest.dto
 
UnixTimestampDeserializer() - Constructor for class org.oxerr.peatio.rest.dto.UnixTimestampDeserializer
 

W

withdrawFunds(String, BigDecimal, String) - Method in class org.oxerr.peatio.rest.service.polling.PeatioAccountService
A B C D E G I K M O P R S T U W 
Skip navigation links

Copyright © 2015. All rights reserved.