Class CoinfloorAccountServiceRaw
- java.lang.Object
-
- org.knowm.xchange.service.BaseExchangeService
-
- org.knowm.xchange.coinfloor.service.CoinfloorService
-
- org.knowm.xchange.coinfloor.service.CoinfloorAuthenticatedService
-
- org.knowm.xchange.coinfloor.service.CoinfloorAccountServiceRaw
-
- Direct Known Subclasses:
CoinfloorAccountService
public class CoinfloorAccountServiceRaw extends CoinfloorAuthenticatedService
-
-
Field Summary
-
Fields inherited from class org.knowm.xchange.coinfloor.service.CoinfloorAuthenticatedService
coinfloor
-
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CoinfloorAccountServiceRaw(Exchange exchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoinfloorBalance
getCoinfloorBalance(CurrencyPair pair)
-
Methods inherited from class org.knowm.xchange.coinfloor.service.CoinfloorService
normalise
-
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
-
-
-
Constructor Detail
-
CoinfloorAccountServiceRaw
protected CoinfloorAccountServiceRaw(Exchange exchange)
-
-
Method Detail
-
getCoinfloorBalance
public CoinfloorBalance getCoinfloorBalance(CurrencyPair pair) throws IOException
- Throws:
IOException
-
-