Index
All Classes and Interfaces|All Packages
A
- adaptCurrencyPair(String) - Static method in class org.knowm.xchange.gateio.GateioAdapters
- adaptDepositsWithdrawals(GateioDepositsWithdrawals) - Static method in class org.knowm.xchange.gateio.GateioAdapters
- adaptOpenOrders(GateioOpenOrders, Collection<Instrument>) - Static method in class org.knowm.xchange.gateio.GateioAdapters
- adaptOrder(GateioPublicOrder, CurrencyPair, Order.OrderType) - Static method in class org.knowm.xchange.gateio.GateioAdapters
- adaptOrder(GateioOpenOrder, Collection<Instrument>) - Static method in class org.knowm.xchange.gateio.GateioAdapters
- adaptOrderBook(GateioDepth, CurrencyPair) - Static method in class org.knowm.xchange.gateio.GateioAdapters
- adaptOrders(List<GateioPublicOrder>, CurrencyPair, Order.OrderType) - Static method in class org.knowm.xchange.gateio.GateioAdapters
- adaptOrderType(GateioOrderType) - Static method in class org.knowm.xchange.gateio.GateioAdapters
- adaptTicker(CurrencyPair, GateioTicker) - Static method in class org.knowm.xchange.gateio.GateioAdapters
- adaptToExchangeMetaData(GateioMarketDataServiceRaw) - Static method in class org.knowm.xchange.gateio.GateioAdapters
- adaptTrade(GateioTradeHistory.GateioPublicTrade, CurrencyPair) - Static method in class org.knowm.xchange.gateio.GateioAdapters
- adaptTrades(GateioTradeHistory, CurrencyPair) - Static method in class org.knowm.xchange.gateio.GateioAdapters
- adaptUserTrade(GateioTrade) - Static method in class org.knowm.xchange.gateio.GateioAdapters
- adaptUserTrades(List<GateioTrade>) - Static method in class org.knowm.xchange.gateio.GateioAdapters
- adaptWallet(GateioFunds) - Static method in class org.knowm.xchange.gateio.GateioAdapters
- address - Variable in class org.knowm.xchange.gateio.dto.account.GateioDeposit
- address - Variable in class org.knowm.xchange.gateio.dto.account.GateioWithdrawal
- amount - Variable in class org.knowm.xchange.gateio.dto.account.GateioDeposit
- amount - Variable in class org.knowm.xchange.gateio.dto.account.GateioWithdrawal
- apiKey - Variable in class org.knowm.xchange.gateio.service.GateioBaseService
B
- buy(String, BigDecimal, BigDecimal, String, ParamsDigest) - Method in interface org.knowm.xchange.gateio.GateioAuthenticated
- BUY - Enum constant in enum class org.knowm.xchange.gateio.dto.GateioOrderType
C
- cancelAllOrders(String, String, String, ParamsDigest) - Method in interface org.knowm.xchange.gateio.GateioAuthenticated
- cancelAllOrders(String, CurrencyPair) - Method in class org.knowm.xchange.gateio.service.GateioTradeServiceRaw
-
Cancels all orders.
- cancelOrder(String) - Method in class org.knowm.xchange.gateio.service.GateioTradeService
- cancelOrder(String, String, String, ParamsDigest) - Method in interface org.knowm.xchange.gateio.GateioAuthenticated
- cancelOrder(String, CurrencyPair) - Method in class org.knowm.xchange.gateio.service.GateioTradeServiceRaw
- cancelOrder(CancelOrderParams) - Method in class org.knowm.xchange.gateio.service.GateioTradeService
- code() - Method in enum class org.knowm.xchange.gateio.dto.marketdata.GateioKlineInterval
- createFundingHistoryParams() - Method in class org.knowm.xchange.gateio.service.GateioAccountService
- createInstance(String) - Static method in class org.knowm.xchange.gateio.service.GateioHmacPostBodyDigest
- createOpenOrdersParams() - Method in class org.knowm.xchange.gateio.service.GateioTradeService
- createTradeHistoryParams() - Method in class org.knowm.xchange.gateio.service.GateioTradeService
- currency - Variable in class org.knowm.xchange.gateio.dto.account.GateioDeposit
- currency - Variable in class org.knowm.xchange.gateio.dto.account.GateioWithdrawal
- currencyPair - Variable in class org.knowm.xchange.gateio.service.GateioTradeServiceRaw.GateioCancelOrderParams
D
- d1 - Enum constant in enum class org.knowm.xchange.gateio.dto.marketdata.GateioKlineInterval
- digestParams(RestInvocation) - Method in class org.knowm.xchange.gateio.service.GateioHmacPostBodyDigest
G
- gateio - Variable in class org.knowm.xchange.gateio.service.GateioBaseService
- Gateio - Interface in org.knowm.xchange.gateio
- GateioAccountService - Class in org.knowm.xchange.gateio.service
- GateioAccountService(GateioExchange) - Constructor for class org.knowm.xchange.gateio.service.GateioAccountService
-
Constructor
- GateioAccountServiceRaw - Class in org.knowm.xchange.gateio.service
- GateioAccountServiceRaw(GateioExchange) - Constructor for class org.knowm.xchange.gateio.service.GateioAccountServiceRaw
-
Constructor
- GateioAdapters - Class in org.knowm.xchange.gateio
-
Various adapters for converting from Bter DTOs to XChange DTOs
- gateioAuthenticated - Variable in class org.knowm.xchange.gateio.service.GateioBaseService
- GateioAuthenticated - Interface in org.knowm.xchange.gateio
- GateioBaseResponse - Class in org.knowm.xchange.gateio.dto
- GateioBaseResponse(boolean, String) - Constructor for class org.knowm.xchange.gateio.dto.GateioBaseResponse
- GateioBaseService - Class in org.knowm.xchange.gateio.service
- GateioBaseService(GateioExchange) - Constructor for class org.knowm.xchange.gateio.service.GateioBaseService
-
Constructor
- GateioCancelOrderParams(CurrencyPair, String) - Constructor for class org.knowm.xchange.gateio.service.GateioTradeServiceRaw.GateioCancelOrderParams
- GateioCandlestickHistory - Class in org.knowm.xchange.gateio.dto.marketdata
- GateioCoin - Class in org.knowm.xchange.gateio.dto.marketdata
- GateioCoin(boolean, boolean, boolean, boolean, boolean) - Constructor for class org.knowm.xchange.gateio.dto.marketdata.GateioCoin
- GateioCoinInfoWrapper - Class in org.knowm.xchange.gateio.dto.marketdata
- GateioCoinInfoWrapper(Map<String, GateioCoin>) - Constructor for class org.knowm.xchange.gateio.dto.marketdata.GateioCoinInfoWrapper
- GateioCurrencyPairs - Class in org.knowm.xchange.gateio.dto.marketdata
- GateioDeposit - Class in org.knowm.xchange.gateio.dto.account
- GateioDeposit(String, String, String, BigDecimal, String, long, String) - Constructor for class org.knowm.xchange.gateio.dto.account.GateioDeposit
- GateioDepositAddress - Class in org.knowm.xchange.gateio.dto.account
- GateioDepositAddress(String, boolean, String) - Constructor for class org.knowm.xchange.gateio.dto.account.GateioDepositAddress
-
Constructor
- GateioDepositsWithdrawals - Class in org.knowm.xchange.gateio.dto.account
- GateioDepositsWithdrawals(boolean, List<GateioDeposit>, List<GateioWithdrawal>, String) - Constructor for class org.knowm.xchange.gateio.dto.account.GateioDepositsWithdrawals
- GateioDepth - Class in org.knowm.xchange.gateio.dto.marketdata
-
Data object representing depth from Bter
- GateioExchange - Class in org.knowm.xchange.gateio
- GateioExchange() - Constructor for class org.knowm.xchange.gateio.GateioExchange
- GateioFeeInfo - Class in org.knowm.xchange.gateio.dto.marketdata
- GateioFeeInfo(int, String, String, String, String, String, String, String, String, String, String, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- GateioFunds - Class in org.knowm.xchange.gateio.dto.account
- GateioFunds(Map<String, BigDecimal>, Map<String, BigDecimal>, boolean, String) - Constructor for class org.knowm.xchange.gateio.dto.account.GateioFunds
-
Constructor
- GateioHmacPostBodyDigest - Class in org.knowm.xchange.gateio.service
-
This may be used as the value of a @HeaderParam, @QueryParam or @PathParam to create a digest of the post body (composed of @FormParam's).
- GateioKline - Class in org.knowm.xchange.gateio.dto.marketdata
- GateioKline(long, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.gateio.dto.marketdata.GateioKline
- GateioKlineInterval - Enum Class in org.knowm.xchange.gateio.dto.marketdata
- GateioMarketDataService - Class in org.knowm.xchange.gateio.service
- GateioMarketDataService(GateioExchange) - Constructor for class org.knowm.xchange.gateio.service.GateioMarketDataService
-
Constructor
- GateioMarketDataServiceRaw - Class in org.knowm.xchange.gateio.service
- GateioMarketDataServiceRaw(GateioExchange) - Constructor for class org.knowm.xchange.gateio.service.GateioMarketDataServiceRaw
-
Constructor
- GateioMarketInfo() - Constructor for class org.knowm.xchange.gateio.dto.marketdata.GateioMarketInfoWrapper.GateioMarketInfo
- GateioMarketInfoWrapper - Class in org.knowm.xchange.gateio.dto.marketdata
- GateioMarketInfoWrapper.GateioMarketInfo - Class in org.knowm.xchange.gateio.dto.marketdata
- GateioOpenOrder - Class in org.knowm.xchange.gateio.dto.trade
- GateioOpenOrders - Class in org.knowm.xchange.gateio.dto.trade
-
Created by David Henry on 2/19/14.
- GateioOpenOrders(Boolean, List<GateioOpenOrder>, String) - Constructor for class org.knowm.xchange.gateio.dto.trade.GateioOpenOrders
-
Constructor
- GateioOrderStatus - Class in org.knowm.xchange.gateio.dto.trade
-
Created by David Henry on 2/19/14.
- GateioOrderStatus.BTEROrderStatusInfo - Class in org.knowm.xchange.gateio.dto.trade
- GateioOrderType - Enum Class in org.knowm.xchange.gateio.dto
- GateioPlaceOrderReturn - Class in org.knowm.xchange.gateio.dto.trade
- GateioPublicOrder - Class in org.knowm.xchange.gateio.dto.marketdata
- GateioTicker - Class in org.knowm.xchange.gateio.dto.marketdata
- GateioTicker(boolean, String, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.knowm.xchange.gateio.dto.marketdata.GateioTicker
- GateioTrade - Class in org.knowm.xchange.gateio.dto.trade
- GateioTrade() - Constructor for class org.knowm.xchange.gateio.dto.trade.GateioTrade
- GateioTradeHistory - Class in org.knowm.xchange.gateio.dto.marketdata
- GateioTradeHistory.GateioPublicTrade - Class in org.knowm.xchange.gateio.dto.marketdata
- GateioTradeHistoryReturn - Class in org.knowm.xchange.gateio.dto.trade
- GateioTradeHistoryReturn(boolean, List<GateioTrade>, String) - Constructor for class org.knowm.xchange.gateio.dto.trade.GateioTradeHistoryReturn
- GateioTradeService - Class in org.knowm.xchange.gateio.service
- GateioTradeService(GateioExchange) - Constructor for class org.knowm.xchange.gateio.service.GateioTradeService
-
Constructor
- GateioTradeServiceRaw - Class in org.knowm.xchange.gateio.service
- GateioTradeServiceRaw(GateioExchange) - Constructor for class org.knowm.xchange.gateio.service.GateioTradeServiceRaw
-
Constructor
- GateioTradeServiceRaw.GateioCancelOrderParams - Class in org.knowm.xchange.gateio.service
- GateioUtils - Class in org.knowm.xchange.gateio
- GateioUtils() - Constructor for class org.knowm.xchange.gateio.GateioUtils
- GateioWithdrawal - Class in org.knowm.xchange.gateio.dto.account
- GateioWithdrawal(String, String, String, BigDecimal, String, long, String) - Constructor for class org.knowm.xchange.gateio.dto.account.GateioWithdrawal
- getAccountInfo() - Method in class org.knowm.xchange.gateio.service.GateioAccountService
- getAdditionalProperties() - Method in class org.knowm.xchange.gateio.dto.trade.GateioTrade
- getAdditionalProperties() - Method in class org.knowm.xchange.gateio.dto.trade.GateioTradeHistoryReturn
- getAddressTag() - Method in class org.knowm.xchange.gateio.dto.account.GateioDepositAddress
- getAmount() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioPublicOrder
- getAmount() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTradeHistory.GateioPublicTrade
- getAmount() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOpenOrder
- getAmount() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus.BTEROrderStatusInfo
- getAmount() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus
- getAmount() - Method in class org.knowm.xchange.gateio.dto.trade.GateioTrade
- getApiKey() - Method in class org.knowm.xchange.gateio.service.GateioBaseService
- getAsks() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioDepth
- getAvailableFunds() - Method in class org.knowm.xchange.gateio.dto.account.GateioFunds
- getBaseAddress() - Method in class org.knowm.xchange.gateio.dto.account.GateioDepositAddress
- getBaseVolume() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTicker
- getBids() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioDepth
- getBTEROrderBook(String, String) - Method in class org.knowm.xchange.gateio.service.GateioMarketDataServiceRaw
- getBTERTicker(String, String) - Method in class org.knowm.xchange.gateio.service.GateioMarketDataServiceRaw
- getBTERTradeHistory(String, String) - Method in class org.knowm.xchange.gateio.service.GateioMarketDataServiceRaw
- getBTERTradeHistorySince(String, String, String) - Method in class org.knowm.xchange.gateio.service.GateioMarketDataServiceRaw
- getCandlesticks() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioCandlestickHistory
- getClose() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioKline
- getCoinInfo() - Method in interface org.knowm.xchange.gateio.Gateio
- getCoins() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioCoinInfoWrapper
- getCurrencyPair() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOpenOrder
- getCurrencyPair() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus.BTEROrderStatusInfo
- getCurrencyPair() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus
- getCurrencyPair() - Method in class org.knowm.xchange.gateio.service.GateioTradeServiceRaw.GateioCancelOrderParams
- getDate() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTradeHistory.GateioPublicTrade
- getDefaultExchangeSpecification() - Method in class org.knowm.xchange.gateio.GateioExchange
- getDeposit() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getDepositAddress(String, ParamsDigest, String) - Method in interface org.knowm.xchange.gateio.GateioAuthenticated
- getDeposits() - Method in class org.knowm.xchange.gateio.dto.account.GateioDepositsWithdrawals
- getDepositsWithdrawals(String, ParamsDigest, Long, Long) - Method in interface org.knowm.xchange.gateio.GateioAuthenticated
- getDepositsWithdrawals(Date, Date) - Method in class org.knowm.xchange.gateio.service.GateioAccountServiceRaw
- getDepths() - Method in interface org.knowm.xchange.gateio.Gateio
- getElapsed() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioCandlestickHistory
- getElapsed() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTradeHistory
- getExchangeSymbols() - Method in class org.knowm.xchange.gateio.service.GateioMarketDataServiceRaw
- getFeeBtc() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getFeeEth() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getFeeList(String, ParamsDigest) - Method in interface org.knowm.xchange.gateio.GateioAuthenticated
- getFeeUsdt() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getFullDepth(String, String) - Method in interface org.knowm.xchange.gateio.Gateio
- getFundingHistory(TradeHistoryParams) - Method in class org.knowm.xchange.gateio.service.GateioAccountService
- getFunds(String, ParamsDigest) - Method in interface org.knowm.xchange.gateio.GateioAuthenticated
- getGateioAccountInfo() - Method in class org.knowm.xchange.gateio.service.GateioAccountServiceRaw
- getGateioCoinInfo() - Method in class org.knowm.xchange.gateio.service.GateioMarketDataServiceRaw
- getGateioDepositAddress(Currency) - Method in class org.knowm.xchange.gateio.service.GateioAccountServiceRaw
- getGateioDepths() - Method in class org.knowm.xchange.gateio.service.GateioMarketDataServiceRaw
- getGateioFees() - Method in class org.knowm.xchange.gateio.service.GateioMarketDataServiceRaw
- getGateioMarketInfo() - Method in class org.knowm.xchange.gateio.service.GateioMarketDataServiceRaw
- getGateioOpenOrders() - Method in class org.knowm.xchange.gateio.service.GateioTradeServiceRaw
- getGateioOrderStatus(String, CurrencyPair) - Method in class org.knowm.xchange.gateio.service.GateioTradeServiceRaw
- getGateioTickers() - Method in class org.knowm.xchange.gateio.service.GateioMarketDataServiceRaw
- getGateioTradeHistory(CurrencyPair) - Method in class org.knowm.xchange.gateio.service.GateioTradeServiceRaw
- getHigh() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioKline
- getHigh24hr() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTicker
- getHighestBid() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTicker
- getId() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioKline
- getId() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOpenOrder
- getInitialAmount() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus.BTEROrderStatusInfo
- getInitialAmount() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus
- getInitialRate() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus.BTEROrderStatusInfo
- getInitialRate() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus
- getKlines(CurrencyPair, GateioKlineInterval, Integer) - Method in class org.knowm.xchange.gateio.service.GateioMarketDataServiceRaw
- getKlinesGate(String, Integer, Long) - Method in interface org.knowm.xchange.gateio.Gateio
- getLast() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTicker
- getLockedFunds() - Method in class org.knowm.xchange.gateio.dto.account.GateioFunds
- getLow() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioKline
- getLow24hr() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTicker
- getLowestAsk() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTicker
- getMarketInfo() - Method in interface org.knowm.xchange.gateio.Gateio
- getMarketInfoMap() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioMarketInfoWrapper
- getMessage() - Method in class org.knowm.xchange.gateio.dto.GateioBaseResponse
- getMsg() - Method in class org.knowm.xchange.gateio.dto.trade.GateioTradeHistoryReturn
- getName() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getNameCn() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getNo() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getNonceFactory() - Method in class org.knowm.xchange.gateio.GateioExchange
- getOpen() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioKline
- getOpenOrders() - Method in class org.knowm.xchange.gateio.service.GateioTradeService
- getOpenOrders(String, ParamsDigest) - Method in interface org.knowm.xchange.gateio.GateioAuthenticated
- getOpenOrders(OpenOrdersParams) - Method in class org.knowm.xchange.gateio.service.GateioTradeService
- getOrder(OrderQueryParams...) - Method in class org.knowm.xchange.gateio.service.GateioTradeService
- getOrderBook(CurrencyPair, Object...) - Method in class org.knowm.xchange.gateio.service.GateioMarketDataService
- getOrderBooks() - Method in class org.knowm.xchange.gateio.service.GateioMarketDataService
- getOrderId() - Method in class org.knowm.xchange.gateio.dto.trade.GateioPlaceOrderReturn
- getOrderId() - Method in class org.knowm.xchange.gateio.service.GateioTradeServiceRaw.GateioCancelOrderParams
- getOrderNumber() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOpenOrder
- getOrderNumber() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus.BTEROrderStatusInfo
- getOrderNumber() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus
- getOrderNumber() - Method in class org.knowm.xchange.gateio.dto.trade.GateioTrade
- getOrders() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOpenOrders
- getOrderStatus(String, String, String, ParamsDigest) - Method in interface org.knowm.xchange.gateio.GateioAuthenticated
- getPair() - Method in class org.knowm.xchange.gateio.dto.trade.GateioTrade
- getPairs() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioCurrencyPairs
- getPairs() - Method in interface org.knowm.xchange.gateio.Gateio
- getPercentChange() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTicker
- getPrice() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioPublicOrder
- getPrice() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTradeHistory.GateioPublicTrade
- getQuoteVolume() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTicker
- getRate() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOpenOrder
- getRate() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus.BTEROrderStatusInfo
- getRate() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus
- getRate() - Method in class org.knowm.xchange.gateio.dto.trade.GateioTrade
- getRequiredCancelOrderParamClasses() - Method in class org.knowm.xchange.gateio.service.GateioTradeService
- getResult() - Method in class org.knowm.xchange.gateio.dto.trade.GateioTradeHistoryReturn
- getSeconds() - Method in enum class org.knowm.xchange.gateio.dto.marketdata.GateioKlineInterval
- getStatus() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOpenOrder
- getStatus() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus.BTEROrderStatusInfo
- getStatus() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus
- getSymbol() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getTicker(String, String) - Method in interface org.knowm.xchange.gateio.Gateio
- getTicker(CurrencyPair, Object...) - Method in class org.knowm.xchange.gateio.service.GateioMarketDataService
- getTickers() - Method in interface org.knowm.xchange.gateio.Gateio
- getTickers(Params) - Method in class org.knowm.xchange.gateio.service.GateioMarketDataService
- getTimestamp() - Method in class org.knowm.xchange.gateio.dto.account.GateioDeposit
- getTimestamp() - Method in class org.knowm.xchange.gateio.dto.account.GateioWithdrawal
- getTimestamp() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOpenOrder
- getTimeUnix() - Method in class org.knowm.xchange.gateio.dto.trade.GateioTrade
- getTotal() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOpenOrder
- getTradeHistory(String, String) - Method in interface org.knowm.xchange.gateio.Gateio
- getTradeHistory(TradeHistoryParams) - Method in class org.knowm.xchange.gateio.service.GateioTradeService
-
Required parameter:
TradeHistoryParamCurrencyPair - getTradeHistorySince(String, String, String) - Method in interface org.knowm.xchange.gateio.Gateio
- getTradeId() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTradeHistory.GateioPublicTrade
- getTradeID() - Method in class org.knowm.xchange.gateio.dto.trade.GateioTrade
- getTrades() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTradeHistory
- getTrades() - Method in class org.knowm.xchange.gateio.dto.trade.GateioTradeHistoryReturn
- getTrades(CurrencyPair, Object...) - Method in class org.knowm.xchange.gateio.service.GateioMarketDataService
- getType() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTradeHistory.GateioPublicTrade
- getType() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOpenOrder
- getType() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus.BTEROrderStatusInfo
- getType() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus
- getType() - Method in class org.knowm.xchange.gateio.dto.trade.GateioTrade
- getUserTradeHistory(String, ParamsDigest, String) - Method in interface org.knowm.xchange.gateio.GateioAuthenticated
- getVol() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioKline
- getWithdrawAmountMini() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getWithdrawDayLimit() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getWithdrawDayLimitRemain() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getWithdrawEachTimeLimit() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getWithdrawFix() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getWithdrawFixOnChainBtc() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getWithdrawFixOnChainEos() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getWithdrawFixOnChainEth() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getWithdrawFixOnChainTrx() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getWithdrawPercent() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- getWithdraws() - Method in class org.knowm.xchange.gateio.dto.account.GateioDepositsWithdrawals
H
- h1 - Enum constant in enum class org.knowm.xchange.gateio.dto.marketdata.GateioKlineInterval
- h4 - Enum constant in enum class org.knowm.xchange.gateio.dto.marketdata.GateioKlineInterval
- h8 - Enum constant in enum class org.knowm.xchange.gateio.dto.marketdata.GateioKlineInterval
- handleResponse(R) - Method in class org.knowm.xchange.gateio.service.GateioBaseService
I
- id - Variable in class org.knowm.xchange.gateio.dto.account.GateioDeposit
- id - Variable in class org.knowm.xchange.gateio.dto.account.GateioWithdrawal
- initServices() - Method in class org.knowm.xchange.gateio.GateioExchange
- isDelisted() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioCoin
- isDepositDisabled() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioCoin
- isResult() - Method in class org.knowm.xchange.gateio.dto.GateioBaseResponse
- isResult() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTicker
- isTradeDisabled() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioCoin
- isWithdrawDelayed() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioCoin
- isWithdrawDisabled() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioCoin
M
- m1 - Enum constant in enum class org.knowm.xchange.gateio.dto.marketdata.GateioKlineInterval
- m15 - Enum constant in enum class org.knowm.xchange.gateio.dto.marketdata.GateioKlineInterval
- m30 - Enum constant in enum class org.knowm.xchange.gateio.dto.marketdata.GateioKlineInterval
- m5 - Enum constant in enum class org.knowm.xchange.gateio.dto.marketdata.GateioKlineInterval
O
- orderId - Variable in class org.knowm.xchange.gateio.service.GateioTradeServiceRaw.GateioCancelOrderParams
- org.knowm.xchange.gateio - package org.knowm.xchange.gateio
- org.knowm.xchange.gateio.dto - package org.knowm.xchange.gateio.dto
- org.knowm.xchange.gateio.dto.account - package org.knowm.xchange.gateio.dto.account
- org.knowm.xchange.gateio.dto.marketdata - package org.knowm.xchange.gateio.dto.marketdata
- org.knowm.xchange.gateio.dto.trade - package org.knowm.xchange.gateio.dto.trade
- org.knowm.xchange.gateio.service - package org.knowm.xchange.gateio.service
P
- placeGateioLimitOrder(CurrencyPair, GateioOrderType, BigDecimal, BigDecimal) - Method in class org.knowm.xchange.gateio.service.GateioTradeServiceRaw
-
Submits a Limit Order to be executed on the Gateio Exchange for the desired market defined by
currencyPair. - placeGateioLimitOrder(LimitOrder) - Method in class org.knowm.xchange.gateio.service.GateioTradeServiceRaw
-
Submits a Limit Order to be executed on the Gateio Exchange for the desired market defined by
CurrencyPair. - placeLimitOrder(LimitOrder) - Method in class org.knowm.xchange.gateio.service.GateioTradeService
-
Submits a Limit Order to be executed on the Gateio Exchange for the desired market defined by
CurrencyPair. - placeMarketOrder(MarketOrder) - Method in class org.knowm.xchange.gateio.service.GateioTradeService
R
- remoteInit() - Method in class org.knowm.xchange.gateio.GateioExchange
- requestDepositAddress(Currency, String...) - Method in class org.knowm.xchange.gateio.service.GateioAccountService
S
- s10 - Enum constant in enum class org.knowm.xchange.gateio.dto.marketdata.GateioKlineInterval
- sell(String, BigDecimal, BigDecimal, String, ParamsDigest) - Method in interface org.knowm.xchange.gateio.GateioAuthenticated
- SELL - Enum constant in enum class org.knowm.xchange.gateio.dto.GateioOrderType
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.gateio.dto.trade.GateioTrade
- setAdditionalProperty(String, Object) - Method in class org.knowm.xchange.gateio.dto.trade.GateioTradeHistoryReturn
- setAmount(BigDecimal) - Method in class org.knowm.xchange.gateio.dto.trade.GateioTrade
- setMsg(String) - Method in class org.knowm.xchange.gateio.dto.trade.GateioTradeHistoryReturn
- setOrderNumber(String) - Method in class org.knowm.xchange.gateio.dto.trade.GateioTrade
- setPair(String) - Method in class org.knowm.xchange.gateio.dto.trade.GateioTrade
- setRate(BigDecimal) - Method in class org.knowm.xchange.gateio.dto.trade.GateioTrade
- setResult(Boolean) - Method in class org.knowm.xchange.gateio.dto.trade.GateioTradeHistoryReturn
- setTimeUnix(long) - Method in class org.knowm.xchange.gateio.dto.trade.GateioTrade
- setTradeID(String) - Method in class org.knowm.xchange.gateio.dto.trade.GateioTrade
- setTrades(List<GateioTrade>) - Method in class org.knowm.xchange.gateio.dto.trade.GateioTradeHistoryReturn
- setType(GateioOrderType) - Method in class org.knowm.xchange.gateio.dto.trade.GateioTrade
- signatureCreator - Variable in class org.knowm.xchange.gateio.service.GateioBaseService
- status - Variable in class org.knowm.xchange.gateio.dto.account.GateioDeposit
- status - Variable in class org.knowm.xchange.gateio.dto.account.GateioWithdrawal
T
- timestamp - Variable in class org.knowm.xchange.gateio.dto.account.GateioDeposit
- timestamp - Variable in class org.knowm.xchange.gateio.dto.account.GateioWithdrawal
- toPairString(CurrencyPair) - Static method in class org.knowm.xchange.gateio.GateioUtils
- toString() - Method in class org.knowm.xchange.gateio.dto.account.GateioDeposit
- toString() - Method in class org.knowm.xchange.gateio.dto.account.GateioDepositAddress
- toString() - Method in class org.knowm.xchange.gateio.dto.account.GateioDepositsWithdrawals
- toString() - Method in class org.knowm.xchange.gateio.dto.account.GateioFunds
- toString() - Method in class org.knowm.xchange.gateio.dto.account.GateioWithdrawal
- toString() - Method in class org.knowm.xchange.gateio.dto.GateioBaseResponse
- toString() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioCandlestickHistory
- toString() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioCoin
- toString() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioCoinInfoWrapper
- toString() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioCurrencyPairs
- toString() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioDepth
- toString() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioFeeInfo
- toString() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioKline
- toString() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioMarketInfoWrapper
- toString() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioPublicOrder
- toString() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTicker
- toString() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTradeHistory.GateioPublicTrade
- toString() - Method in class org.knowm.xchange.gateio.dto.marketdata.GateioTradeHistory
- toString() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOpenOrder
- toString() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOpenOrders
- toString() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus.BTEROrderStatusInfo
- toString() - Method in class org.knowm.xchange.gateio.dto.trade.GateioOrderStatus
- toString() - Method in class org.knowm.xchange.gateio.dto.trade.GateioPlaceOrderReturn
- txid - Variable in class org.knowm.xchange.gateio.dto.account.GateioDeposit
- txid - Variable in class org.knowm.xchange.gateio.dto.account.GateioWithdrawal
V
- valueOf(String) - Static method in enum class org.knowm.xchange.gateio.dto.GateioOrderType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchange.gateio.dto.marketdata.GateioKlineInterval
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.knowm.xchange.gateio.dto.GateioOrderType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchange.gateio.dto.marketdata.GateioKlineInterval
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- w1 - Enum constant in enum class org.knowm.xchange.gateio.dto.marketdata.GateioKlineInterval
- withdraw(String, BigDecimal, String) - Method in class org.knowm.xchange.gateio.service.GateioAccountServiceRaw
- withdraw(String, ParamsDigest, String, BigDecimal, String) - Method in interface org.knowm.xchange.gateio.GateioAuthenticated
- withdraw(Currency, BigDecimal, String, String) - Method in class org.knowm.xchange.gateio.service.GateioAccountServiceRaw
- withdrawFunds(Currency, BigDecimal, String) - Method in class org.knowm.xchange.gateio.service.GateioAccountService
- withdrawFunds(WithdrawFundsParams) - Method in class org.knowm.xchange.gateio.service.GateioAccountService
All Classes and Interfaces|All Packages