Class HitbtcTradeServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.hitbtc.v2.service.HitbtcBaseService
org.knowm.xchange.hitbtc.v2.service.HitbtcTradeServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
HitbtcTradeService
-
Field Summary
Fields inherited from class org.knowm.xchange.hitbtc.v2.service.HitbtcBaseService
hitbtc
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncancelAllOrdersRaw
(String symbol) cancelOrderRaw
(String clientOrderId) getHistorialTradesByOrder
(String orderId) getHitbtcOrder
(String symbol, String clientOrderId) getTradeHistoryRaw
(String symbol, Integer limit, long offset) getTradeHistoryRaw
(String symbol, HitbtcSort sort, Long fromId, Long tillId, Integer limit, long offset) getTradeHistoryRaw
(String symbol, HitbtcSort sort, Date from, Date till, Integer limit, long offset) placeLimitOrderRaw
(LimitOrder limitOrder) placeLimitOrderRaw
(LimitOrder limitOrder, HitbtcTimeInForce timeInForce) placeMarketOrderRaw
(MarketOrder marketOrder) updateMarketOrderRaw
(String clientOrderId, BigDecimal quantity, String requestClientId, Optional<BigDecimal> price) Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
HitbtcTradeServiceRaw
-
-
Method Details
-
getOpenOrdersRaw
- Throws:
IOException
-
placeMarketOrderRaw
- Throws:
IOException
-
placeLimitOrderRaw
public HitbtcOrder placeLimitOrderRaw(LimitOrder limitOrder, HitbtcTimeInForce timeInForce) throws IOException - Throws:
IOException
-
placeLimitOrderRaw
- Throws:
IOException
-
updateMarketOrderRaw
public HitbtcOrder updateMarketOrderRaw(String clientOrderId, BigDecimal quantity, String requestClientId, Optional<BigDecimal> price) throws IOException - Throws:
IOException
-
cancelOrderRaw
- Throws:
IOException
-
cancelAllOrdersRaw
- Throws:
IOException
-
getHistorialTradesByOrder
- Throws:
IOException
-
getHitbtcRecentOrders
- Throws:
IOException
-
getTradeHistoryRaw
public List<HitbtcOwnTrade> getTradeHistoryRaw(String symbol, Integer limit, long offset) throws IOException - Throws:
IOException
-
getTradeHistoryRaw
public List<HitbtcOwnTrade> getTradeHistoryRaw(String symbol, HitbtcSort sort, Date from, Date till, Integer limit, long offset) throws IOException - Throws:
IOException
-
getTradeHistoryRaw
public List<HitbtcOwnTrade> getTradeHistoryRaw(String symbol, HitbtcSort sort, Long fromId, Long tillId, Integer limit, long offset) throws IOException - Throws:
IOException
-
getHitbtcOrder
- Throws:
IOException
-
getTradingBalance
- Throws:
IOException
-