Class BTCTurkTradeServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.btcturk.service.BTCTurkBaseService
org.knowm.xchange.btcturk.service.BTCTurkTradeServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
BTCTurkTradeService
- Author:
- mertguner
-
Field Summary
Fields inherited from class org.knowm.xchange.btcturk.service.BTCTurkBaseService
btcTurk, signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
cancelOrder
(String id) protected String
placeLimitOrder
(BigDecimal amount, BigDecimal price, CurrencyPair pair, BTCTurkOrderTypes orderTypes) placeMarketOrder
(BigDecimal total, CurrencyPair pair, BTCTurkOrderTypes orderTypes) placeStopLimitOrder
(BigDecimal amount, BigDecimal price, BigDecimal triggerPrice, CurrencyPair pair, BTCTurkOrderTypes orderTypes) Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
BTCTurkTradeServiceRaw
-
-
Method Details
-
getBTCTurkOpenOrders
- Throws:
IOException
-
getBTCTurkOpenOrders
- Throws:
IOException
-
getBTCTurkUserTransactions
- Throws:
IOException
-
cancelOrder
- Throws:
IOException
-
placeMarketOrder
public BTCTurkExchangeResult placeMarketOrder(BigDecimal total, CurrencyPair pair, BTCTurkOrderTypes orderTypes) throws IOException - Throws:
IOException
-
placeLimitOrder
public BTCTurkExchangeResult placeLimitOrder(BigDecimal amount, BigDecimal price, CurrencyPair pair, BTCTurkOrderTypes orderTypes) throws IOException - Throws:
IOException
-
placeStopLimitOrder
public BTCTurkExchangeResult placeStopLimitOrder(BigDecimal amount, BigDecimal price, BigDecimal triggerPrice, CurrencyPair pair, BTCTurkOrderTypes orderTypes) throws IOException - Throws:
IOException
-
getLocalizedBigDecimalValue
-