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
public class HitbtcTradeServiceRaw extends HitbtcBaseService
-
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 Constructor Description HitbtcTradeServiceRaw(Exchange exchange)
-
Method Summary
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
-