Class CoinbeneTicker.Container
java.lang.Object
org.knowm.xchange.coinbene.dto.CoinbeneResponse
org.knowm.xchange.coinbene.dto.marketdata.CoinbeneTicker.Container
- Enclosing class:
- CoinbeneTicker
public static class CoinbeneTicker.Container extends CoinbeneResponse
-
Nested Class Summary
Nested classes/interfaces inherited from class org.knowm.xchange.coinbene.dto.CoinbeneResponse
CoinbeneResponse.Status
-
Constructor Summary
Constructors Constructor Description Container(List<CoinbeneTicker> tickers, long timestamp)
-
Method Summary
Modifier and Type Method Description CoinbeneTicker
getTicker()
List<CoinbeneTicker>
getTickers()
long
getTimestamp()
Methods inherited from class org.knowm.xchange.coinbene.dto.CoinbeneResponse
getErrorDescription, getStatus, isOk
-
Constructor Details
-
Container
-
-
Method Details
-
getTicker
-
getTickers
-
getTimestamp
public long getTimestamp()- Overrides:
getTimestamp
in classCoinbeneResponse
-