Class CryptonitTradeServiceRaw
- java.lang.Object
-
- org.knowm.xchange.service.BaseExchangeService
-
- org.knowm.xchange.cryptonit2.service.CryptonitBaseService
-
- org.knowm.xchange.cryptonit2.service.CryptonitTradeServiceRaw
-
- All Implemented Interfaces:
org.knowm.xchange.service.BaseService
- Direct Known Subclasses:
CryptonitTradeService
public class CryptonitTradeServiceRaw extends CryptonitBaseService
- Author:
- gnandiga
-
-
Constructor Summary
Constructors Constructor Description CryptonitTradeServiceRaw(org.knowm.xchange.Exchange exchange)
-
Method Summary
-
Methods inherited from class org.knowm.xchange.cryptonit2.service.CryptonitBaseService
handleError
-
-
-
-
Method Detail
-
getCryptonitOpenOrders
public CryptonitOrder[] getCryptonitOpenOrders(org.knowm.xchange.currency.CurrencyPair pair) throws IOException
- Throws:
IOException
-
placeCryptonitMarketOrder
public CryptonitOrder placeCryptonitMarketOrder(org.knowm.xchange.currency.CurrencyPair pair, CryptonitAuthenticatedV2.Side side, BigDecimal originalAmount) throws IOException
- Throws:
IOException
-
placeCryptonitOrder
public CryptonitOrder placeCryptonitOrder(org.knowm.xchange.currency.CurrencyPair pair, CryptonitAuthenticatedV2.Side side, BigDecimal originalAmount, BigDecimal price) throws IOException
- Throws:
IOException
-
cancelCryptonitOrder
public boolean cancelCryptonitOrder(int orderId) throws IOException- Throws:
IOException
-
cancelAllCryptonitOrders
public boolean cancelAllCryptonitOrders() throws IOException- Throws:
IOException
-
getCryptonitUserTransactions
public CryptonitUserTransaction[] getCryptonitUserTransactions(Long numberOfTransactions, org.knowm.xchange.currency.CurrencyPair pair) throws IOException
- Throws:
IOException
-
getCryptonitUserTransactions
public CryptonitUserTransaction[] getCryptonitUserTransactions(Long numberOfTransactions) throws IOException
- Throws:
IOException
-
getCryptonitUserTransactions
public CryptonitUserTransaction[] getCryptonitUserTransactions(Long numberOfTransactions, org.knowm.xchange.currency.CurrencyPair pair, Long offset, String sort) throws IOException
- Throws:
IOException
-
getCryptonitUserTransactions
public CryptonitUserTransaction[] getCryptonitUserTransactions(Long numberOfTransactions, Long offset, String sort) throws IOException
- Throws:
IOException
-
getCryptonitOrder
public CryptonitOrderStatusResponse getCryptonitOrder(Long orderId) throws IOException
- Throws:
IOException
-
-