Package org.knowm.xchange.bitso.service
Class BitsoMarketDataServiceRaw
- java.lang.Object
-
- org.knowm.xchange.service.BaseExchangeService
-
- org.knowm.xchange.bitso.service.BitsoBaseService
-
- org.knowm.xchange.bitso.service.BitsoMarketDataServiceRaw
-
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
BitsoMarketDataService
public class BitsoMarketDataServiceRaw extends BitsoBaseService
- Author:
- Piotr Ładyżyński
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBitsoMarketDataServiceRaw.BitsoTime
-
Field Summary
-
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
-
Constructor Summary
Constructors Constructor Description BitsoMarketDataServiceRaw(Exchange exchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitsoOrderBookgetBitsoOrderBook(CurrencyPair pair)BitsoTickergetBitsoTicker(CurrencyPair pair)BitsoTransaction[]getBitsoTransactions(Object... args)-
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
getClientConfig, verifyOrder, verifyOrder, verifyOrder
-
-
-
-
Constructor Detail
-
BitsoMarketDataServiceRaw
public BitsoMarketDataServiceRaw(Exchange exchange)
-
-
Method Detail
-
getBitsoOrderBook
public BitsoOrderBook getBitsoOrderBook(CurrencyPair pair) throws IOException
- Throws:
IOException
-
getBitsoTransactions
public BitsoTransaction[] getBitsoTransactions(Object... args) throws IOException
- Throws:
IOException
-
getBitsoTicker
public BitsoTicker getBitsoTicker(CurrencyPair pair) throws IOException
- Throws:
IOException
-
-