Class BithumbTradeServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.bithumb.service.BithumbBaseService
org.knowm.xchange.bithumb.service.BithumbTradeServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
BithumbTradeService
public class BithumbTradeServiceRaw extends BithumbBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.bithumb.service.BithumbBaseService
apiKey, bithumb, bithumbAuthenticated, endpointGenerator, signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Modifier Constructor Description protected
BithumbTradeServiceRaw(Exchange exchange)
-
Method Summary
Modifier and Type Method Description boolean
cancelBithumbOrder(String orderId, CurrencyPair currencyPair)
BithumbResponse<BithumbOrderDetail>
getBithumbOrderDetail(String orderId, CurrencyPair currencyPair)
BithumbResponse<List<BithumbOrder>>
getBithumbOrders(CurrencyPair currencyPair)
BithumbOrder
getBithumbOrdersByOrderId(String orderId, String type, CurrencyPair currencyPair)
BithumbResponse<List<BithumbUserTransaction>>
getBithumbUserTransactions(CurrencyPair currencyPair)
BithumbTradeResponse
placeBithumbLimitOrder(LimitOrder limitOrder)
BithumbTradeResponse
placeBithumbMarketOrder(MarketOrder marketOrder)
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
BithumbTradeServiceRaw
-
-
Method Details
-
getBithumbOrders
public BithumbResponse<List<BithumbOrder>> getBithumbOrders(CurrencyPair currencyPair) throws IOException- Throws:
IOException
-
getBithumbOrdersByOrderId
@Nullable public BithumbOrder getBithumbOrdersByOrderId(String orderId, String type, CurrencyPair currencyPair) throws IOException- Throws:
IOException
-
getBithumbOrderDetail
public BithumbResponse<BithumbOrderDetail> getBithumbOrderDetail(String orderId, CurrencyPair currencyPair) throws IOException- Throws:
IOException
-
placeBithumbMarketOrder
- Throws:
IOException
-
placeBithumbLimitOrder
- Throws:
IOException
-
cancelBithumbOrder
- Throws:
IOException
-
getBithumbUserTransactions
public BithumbResponse<List<BithumbUserTransaction>> getBithumbUserTransactions(CurrencyPair currencyPair) throws IOException- Throws:
IOException
-