Index
All Classes and Interfaces|All Packages|Serialized Form
A
- accessTocken - Variable in class org.knowm.xchange.coinone.dto.account.CoinoneAuthRequest
- accessTocken - Variable in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesRequest
- accessTocken - Variable in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- accessTocken - Variable in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoRequest
- accessTocken - Variable in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- accessTocken - Variable in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeRequest
- adaptOrderBook(CoinoneOrderBook, CurrencyPair) - Static method in class org.knowm.xchange.coinone.CoinoneAdapters
- adaptOrderInfo(CoinoneOrderInfoResponse) - Static method in class org.knowm.xchange.coinone.CoinoneAdapters
- adaptTicker(CoinoneTicker) - Static method in class org.knowm.xchange.coinone.CoinoneAdapters
- adaptTrades(CoinoneTrades, CurrencyPair) - Static method in class org.knowm.xchange.coinone.CoinoneAdapters
- adaptWallet(CoinoneBalancesResponse) - Static method in class org.knowm.xchange.coinone.CoinoneAdapters
- address - Variable in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- apiKey - Variable in class org.knowm.xchange.coinone.service.CoinoneBaseService
- apiSecret - Variable in class org.knowm.xchange.coinone.service.CoinoneBaseService
- auth(ParamsDigest, ParamsDigest, CoinoneAuthRequest) - Method in interface org.knowm.xchange.coinone.CoinoneAuthenticated
- authNumber - Variable in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
C
- cancelOrder(CancelOrderParams) - Method in class org.knowm.xchange.coinone.service.CoinoneTradeService
- cancelOrder(ParamsDigest, ParamsDigest, CoinoneTradeCancelRequest) - Method in interface org.knowm.xchange.coinone.CoinoneAuthenticated
- cancerOrder(CoinoneTradeCancelRequest) - Method in class org.knowm.xchange.coinone.service.CoinoneTradeServiceRaw
- coinone - Variable in class org.knowm.xchange.coinone.service.CoinoneBaseService
- Coinone - Interface in org.knowm.xchange.coinone
- CoinoneAccountService - Class in org.knowm.xchange.coinone.service
- CoinoneAccountService(Exchange) - Constructor for class org.knowm.xchange.coinone.service.CoinoneAccountService
-
Constructor
- CoinoneAccountServiceRaw - Class in org.knowm.xchange.coinone.service
- CoinoneAccountServiceRaw(Exchange) - Constructor for class org.knowm.xchange.coinone.service.CoinoneAccountServiceRaw
-
Constructor
- CoinoneAdapters - Class in org.knowm.xchange.coinone
- CoinoneAuthenticated - Interface in org.knowm.xchange.coinone
- CoinoneAuthRequest - Class in org.knowm.xchange.coinone.dto.account
- CoinoneAuthRequest(String, Long, String) - Constructor for class org.knowm.xchange.coinone.dto.account.CoinoneAuthRequest
-
Constructor
- CoinoneBalance - Class in org.knowm.xchange.coinone.dto.account
- CoinoneBalance(String, String) - Constructor for class org.knowm.xchange.coinone.dto.account.CoinoneBalance
- CoinoneBalancesRequest - Class in org.knowm.xchange.coinone.dto.account
- CoinoneBalancesRequest(String, Long) - Constructor for class org.knowm.xchange.coinone.dto.account.CoinoneBalancesRequest
-
Constructor
- CoinoneBalancesResponse - Class in org.knowm.xchange.coinone.dto.account
- CoinoneBalancesResponse(String, String, CoinoneBalance, CoinoneBalance, CoinoneBalance, CoinoneBalance, CoinoneBalance, CoinoneBalance, CoinoneBalance, CoinoneBalance, CoinoneBalance, CoinoneBalance, CoinoneBalance, CoinoneBalance) - Constructor for class org.knowm.xchange.coinone.dto.account.CoinoneBalancesResponse
- CoinoneBaseService - Class in org.knowm.xchange.coinone.service
- CoinoneBaseService(Exchange) - Constructor for class org.knowm.xchange.coinone.service.CoinoneBaseService
-
Constructor
- CoinoneException - Exception in org.knowm.xchange.coinone.dto
- CoinoneException(String) - Constructor for exception org.knowm.xchange.coinone.dto.CoinoneException
- CoinoneExchange - Class in org.knowm.xchange.coinone
- CoinoneExchange() - Constructor for class org.knowm.xchange.coinone.CoinoneExchange
- CoinoneExchange.period - Enum Class in org.knowm.xchange.coinone
- CoinoneHmacDigest - Class in org.knowm.xchange.coinone.service
- CoinoneMarketDataService - Class in org.knowm.xchange.coinone.service
- CoinoneMarketDataService(Exchange) - Constructor for class org.knowm.xchange.coinone.service.CoinoneMarketDataService
-
Constructor
- CoinoneMarketDataServiceRaw - Class in org.knowm.xchange.coinone.service
-
Implementation of the market data service for Korbit
- CoinoneMarketDataServiceRaw(Exchange) - Constructor for class org.knowm.xchange.coinone.service.CoinoneMarketDataServiceRaw
-
Constructor
- CoinoneOrderBook - Class in org.knowm.xchange.coinone.dto.marketdata
- CoinoneOrderBook(String, String, String, String, String, CoinoneOrderBookData[], CoinoneOrderBookData[]) - Constructor for class org.knowm.xchange.coinone.dto.marketdata.CoinoneOrderBook
- CoinoneOrderBookData - Class in org.knowm.xchange.coinone.dto.marketdata
- CoinoneOrderBookData(String, String) - Constructor for class org.knowm.xchange.coinone.dto.marketdata.CoinoneOrderBookData
- CoinoneOrderInfo - Class in org.knowm.xchange.coinone.dto.trade
- CoinoneOrderInfo(String, String, String, String, String, String, String, String, String) - Constructor for class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfo
- CoinoneOrderInfoRequest - Class in org.knowm.xchange.coinone.dto.trade
- CoinoneOrderInfoRequest(String, Long, String, String) - Constructor for class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoRequest
-
Constructor
- CoinoneOrderInfoResponse - Class in org.knowm.xchange.coinone.dto.trade
- CoinoneOrderInfoResponse(String, String, String, CoinoneOrderInfo) - Constructor for class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoResponse
- CoinonePayloadDigest - Class in org.knowm.xchange.coinone.service
- CoinoneTicker - Class in org.knowm.xchange.coinone.dto.marketdata
- CoinoneTicker(String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class org.knowm.xchange.coinone.dto.marketdata.CoinoneTicker
- CoinoneTradeCancelRequest - Class in org.knowm.xchange.coinone.dto.trade
- CoinoneTradeCancelRequest(String, BigDecimal, BigDecimal, boolean, Currency) - Constructor for class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- CoinoneTradeCancelRequest(String, LimitOrder) - Constructor for class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- CoinoneTradeData - Class in org.knowm.xchange.coinone.dto.marketdata
- CoinoneTradeData(String, String, String) - Constructor for class org.knowm.xchange.coinone.dto.marketdata.CoinoneTradeData
- CoinoneTradeRequest - Class in org.knowm.xchange.coinone.dto.trade
- CoinoneTradeRequest(String, Long, BigDecimal, BigDecimal, Currency) - Constructor for class org.knowm.xchange.coinone.dto.trade.CoinoneTradeRequest
-
Constructor
- CoinoneTradeResponse - Class in org.knowm.xchange.coinone.dto.trade
- CoinoneTradeResponse(String, String, String, String) - Constructor for class org.knowm.xchange.coinone.dto.trade.CoinoneTradeResponse
- CoinoneTrades - Class in org.knowm.xchange.coinone.dto.marketdata
- CoinoneTrades(String, String, String, String, CoinoneTradeData[]) - Constructor for class org.knowm.xchange.coinone.dto.marketdata.CoinoneTrades
- CoinoneTradeService - Class in org.knowm.xchange.coinone.service
- CoinoneTradeService(Exchange) - Constructor for class org.knowm.xchange.coinone.service.CoinoneTradeService
-
Constructor
- CoinoneTradeServiceRaw - Class in org.knowm.xchange.coinone.service
- CoinoneTradeServiceRaw(Exchange) - Constructor for class org.knowm.xchange.coinone.service.CoinoneTradeServiceRaw
- CoinoneWithdrawRequest - Class in org.knowm.xchange.coinone.dto.account
- CoinoneWithdrawRequest(String, Long, String, String, Double, String) - Constructor for class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- CoinoneWithdrawResponse - Class in org.knowm.xchange.coinone.dto.account
- CoinoneWithdrawResponse(String, String, String) - Constructor for class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawResponse
- createInstance() - Static method in class org.knowm.xchange.coinone.service.CoinonePayloadDigest
- createInstance(String) - Static method in class org.knowm.xchange.coinone.service.CoinoneHmacDigest
- currency - Variable in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- currency - Variable in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoRequest
- currency - Variable in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- currency - Variable in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeRequest
D
- day - Enum constant in enum class org.knowm.xchange.coinone.CoinoneExchange.period
- digestParams(RestInvocation) - Method in class org.knowm.xchange.coinone.service.CoinoneHmacDigest
- digestParams(RestInvocation) - Method in class org.knowm.xchange.coinone.service.CoinonePayloadDigest
G
- getAccessTocken() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneAuthRequest
- getAccessTocken() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesRequest
- getAccessTocken() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- getAccessTocken() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoRequest
- getAccessTocken() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- getAccessTocken() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeRequest
- getAccountInfo() - Method in class org.knowm.xchange.coinone.service.CoinoneAccountService
- getAddress() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- getAsks() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneOrderBook
- getAuthNumber() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- getAvail() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalance
- getBalance() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalance
- getBch() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesResponse
- getBids() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneOrderBook
- getBtc() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesResponse
- getBtg() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesResponse
- getCoinoneOrderBook(CurrencyPair) - Method in class org.knowm.xchange.coinone.service.CoinoneMarketDataServiceRaw
- getCompleteOrders() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTrades
- getCurrency() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- getCurrency() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneOrderBook
- getCurrency() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTicker
- getCurrency() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTrades
- getCurrency() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfo
- getCurrency() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoRequest
- getCurrency() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- getCurrency() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeRequest
- getDefaultExchangeSpecification() - Method in class org.knowm.xchange.coinone.CoinoneExchange
- getEos() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesResponse
- getErrorCode() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesResponse
- getErrorCode() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawResponse
- getErrorCode() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneOrderBook
- getErrorCode() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTicker
- getErrorCode() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTrades
- getErrorCode() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoResponse
- getErrorCode() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeResponse
- getErrorMsg() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeResponse
- getEtc() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesResponse
- getEth() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesResponse
- getFee() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfo
- getFeeRate() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfo
- getFirst() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTicker
- getHigh() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTicker
- getInfo() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoResponse
- getIota() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesResponse
- getKrw() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesResponse
- getLast() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTicker
- getLow() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTicker
- getLtc() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesResponse
- getMessage() - Method in exception org.knowm.xchange.coinone.dto.CoinoneException
- getNonce() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneAuthRequest
- getNonce() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesRequest
- getNonce() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- getNonce() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoRequest
- getNonce() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- getNonce() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeRequest
- getOmg() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesResponse
- getOpenOrders() - Method in class org.knowm.xchange.coinone.service.CoinoneTradeService
- getOrder(ParamsDigest, ParamsDigest, CoinoneOrderInfoRequest) - Method in interface org.knowm.xchange.coinone.CoinoneAuthenticated
- getOrderBook(String) - Method in interface org.knowm.xchange.coinone.Coinone
- getOrderBook(CurrencyPair, Object...) - Method in class org.knowm.xchange.coinone.service.CoinoneMarketDataService
- getOrderId() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfo
- getOrderId() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoRequest
- getOrderId() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- getOrderId() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeResponse
- getOrderInfo(String, CurrencyPair) - Method in class org.knowm.xchange.coinone.service.CoinoneTradeServiceRaw
- getPrice() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneOrderBookData
- getPrice() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTradeData
- getPrice() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfo
- getPrice() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- getPrice() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeRequest
- getQtum() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesResponse
- getQty() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- getQty() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneOrderBookData
- getQty() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTradeData
- getQty() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfo
- getQty() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- getQty() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeRequest
- getRemainQty() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfo
- getResult() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesResponse
- getResult() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawResponse
- getResult() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneOrderBook
- getResult() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTicker
- getResult() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTrades
- getResult() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoResponse
- getResult() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeResponse
- getStatus() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneOrderBook
- getStatus() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoResponse
- getTicker(String) - Method in interface org.knowm.xchange.coinone.Coinone
- getTicker(CurrencyPair) - Method in class org.knowm.xchange.coinone.service.CoinoneMarketDataServiceRaw
- getTicker(CurrencyPair, Object...) - Method in class org.knowm.xchange.coinone.service.CoinoneMarketDataService
- getTimestamp() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneOrderBook
- getTimestamp() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTicker
- getTimestamp() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTradeData
- getTimestamp() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTrades
- getTimestamp() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfo
- getTrades(String, String) - Method in interface org.knowm.xchange.coinone.Coinone
- getTrades(CurrencyPair, Object...) - Method in class org.knowm.xchange.coinone.service.CoinoneMarketDataService
- getTrades(CurrencyPair, String) - Method in class org.knowm.xchange.coinone.service.CoinoneMarketDataServiceRaw
- getTxid() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawResponse
- getType() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneAuthRequest
- getType() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfo
- getVolume() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTicker
- getWallet() - Method in class org.knowm.xchange.coinone.service.CoinoneAccountServiceRaw
- getWallet(ParamsDigest, ParamsDigest, CoinoneBalancesRequest) - Method in interface org.knowm.xchange.coinone.CoinoneAuthenticated
- getXrp() - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesResponse
- getYesterday_first() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTicker
- getYesterday_high() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTicker
- getYesterday_last() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTicker
- getYesterday_low() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTicker
- getYesterday_volume() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTicker
H
- hour - Enum constant in enum class org.knowm.xchange.coinone.CoinoneExchange.period
I
- initServices() - Method in class org.knowm.xchange.coinone.CoinoneExchange
- isAsk - Variable in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- isAsk() - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
L
- limitBuy(ParamsDigest, ParamsDigest, CoinoneTradeRequest) - Method in interface org.knowm.xchange.coinone.CoinoneAuthenticated
- limitSell(ParamsDigest, ParamsDigest, CoinoneTradeRequest) - Method in interface org.knowm.xchange.coinone.CoinoneAuthenticated
- log - Static variable in class org.knowm.xchange.coinone.CoinoneAdapters
N
- nonce - Variable in class org.knowm.xchange.coinone.dto.account.CoinoneAuthRequest
- nonce - Variable in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesRequest
- nonce - Variable in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- nonce - Variable in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoRequest
- nonce - Variable in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- nonce - Variable in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeRequest
O
- orderId - Variable in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoRequest
- orderId - Variable in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- org.knowm.xchange.coinone - package org.knowm.xchange.coinone
- org.knowm.xchange.coinone.dto - package org.knowm.xchange.coinone.dto
- org.knowm.xchange.coinone.dto.account - package org.knowm.xchange.coinone.dto.account
- org.knowm.xchange.coinone.dto.marketdata - package org.knowm.xchange.coinone.dto.marketdata
- org.knowm.xchange.coinone.dto.trade - package org.knowm.xchange.coinone.dto.trade
- org.knowm.xchange.coinone.service - package org.knowm.xchange.coinone.service
P
- payloadCreator - Variable in class org.knowm.xchange.coinone.service.CoinoneBaseService
- placeLimitOrder(LimitOrder) - Method in class org.knowm.xchange.coinone.service.CoinoneTradeService
- placeLimitOrderRaw(LimitOrder) - Method in class org.knowm.xchange.coinone.service.CoinoneTradeServiceRaw
- placeStopOrder(StopOrder) - Method in class org.knowm.xchange.coinone.service.CoinoneTradeService
- price - Variable in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- price - Variable in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeRequest
Q
- qty - Variable in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- qty - Variable in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- qty - Variable in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeRequest
R
- remoteInit() - Method in class org.knowm.xchange.coinone.CoinoneExchange
- resMsgMap - Static variable in exception org.knowm.xchange.coinone.dto.CoinoneException
S
- setAccessTocken(String) - Method in class org.knowm.xchange.coinone.dto.account.CoinoneAuthRequest
- setAccessTocken(String) - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesRequest
- setAccessTocken(String) - Method in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- setAccessTocken(String) - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoRequest
- setAccessTocken(String) - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- setAccessTocken(String) - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeRequest
- setAddress(String) - Method in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- setAsk(boolean) - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- setAuthNumber(Integer) - Method in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- setCurrency(String) - Method in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- setCurrency(String) - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoRequest
- setCurrency(String) - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- setCurrency(String) - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeRequest
- setNonce(Long) - Method in class org.knowm.xchange.coinone.dto.account.CoinoneAuthRequest
- setNonce(Long) - Method in class org.knowm.xchange.coinone.dto.account.CoinoneBalancesRequest
- setNonce(Long) - Method in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- setNonce(Long) - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoRequest
- setNonce(Long) - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- setNonce(Long) - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeRequest
- setOrderId(String) - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneOrderInfoRequest
- setOrderId(String) - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- setPrice(BigDecimal) - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- setPrice(BigDecimal) - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeRequest
- setQty(Double) - Method in class org.knowm.xchange.coinone.dto.account.CoinoneWithdrawRequest
- setQty(BigDecimal) - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeCancelRequest
- setQty(BigDecimal) - Method in class org.knowm.xchange.coinone.dto.trade.CoinoneTradeRequest
- setType(String) - Method in class org.knowm.xchange.coinone.dto.account.CoinoneAuthRequest
- signatureCreator - Variable in class org.knowm.xchange.coinone.service.CoinoneBaseService
T
- toString() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneOrderBookData
- toString() - Method in class org.knowm.xchange.coinone.dto.marketdata.CoinoneTradeData
- type - Variable in class org.knowm.xchange.coinone.dto.account.CoinoneAuthRequest
U
- url - Variable in class org.knowm.xchange.coinone.service.CoinoneBaseService
V
- valueOf(String) - Static method in enum class org.knowm.xchange.coinone.CoinoneExchange.period
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.knowm.xchange.coinone.CoinoneExchange.period
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- withdrawFund(Currency, BigDecimal, String, String) - Method in class org.knowm.xchange.coinone.service.CoinoneAccountServiceRaw
- withdrawFund(ParamsDigest, ParamsDigest, CoinoneWithdrawRequest) - Method in interface org.knowm.xchange.coinone.CoinoneAuthenticated
- withdrawFunds(Currency, BigDecimal, String) - Method in class org.knowm.xchange.coinone.service.CoinoneAccountService
- withdrawFunds(WithdrawFundsParams) - Method in class org.knowm.xchange.coinone.service.CoinoneAccountService
All Classes and Interfaces|All Packages|Serialized Form