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
public class BTCTurkTradeServiceRaw extends BTCTurkBaseService
- 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 Constructor Description BTCTurkTradeServiceRaw(Exchange exchange)
-
Method Summary
Modifier and Type Method Description boolean
cancelOrder(String id)
List<BTCTurkOpenOrders>
getBTCTurkOpenOrders()
List<BTCTurkOpenOrders>
getBTCTurkOpenOrders(CurrencyPair pair)
List<BTCTurkUserTransactions>
getBTCTurkUserTransactions()
protected String
getLocalizedBigDecimalValue(BigDecimal input)
BTCTurkExchangeResult
placeLimitOrder(BigDecimal amount, BigDecimal price, CurrencyPair pair, BTCTurkOrderTypes orderTypes)
BTCTurkExchangeResult
placeMarketOrder(BigDecimal total, CurrencyPair pair, BTCTurkOrderTypes orderTypes)
BTCTurkExchangeResult
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
-