Class KoineksETHTicker
java.lang.Object
org.knowm.xchange.koineks.dto.marketdata.BaseKoineksTicker
org.knowm.xchange.koineks.dto.marketdata.KoineksETHTicker
Created by semihunaldi on 05/12/2017
-
Constructor Summary
ConstructorDescriptionKoineksETHTicker
(Currency shortCode, String name, Currency currency, BigDecimal current, String changeAmount, BigDecimal changePercentage, BigDecimal high, BigDecimal low, BigDecimal volume, BigDecimal ask, BigDecimal bid, String timestamp) -
Method Summary
Methods inherited from class org.knowm.xchange.koineks.dto.marketdata.BaseKoineksTicker
getAsk, getBid, getChangeAmount, getChangePercentage, getCurrency, getCurrent, getHigh, getLow, getName, getShortCode, getTimestamp, getVolume, toString
-
Constructor Details
-
KoineksETHTicker
public KoineksETHTicker(Currency shortCode, String name, Currency currency, BigDecimal current, String changeAmount, BigDecimal changePercentage, BigDecimal high, BigDecimal low, BigDecimal volume, BigDecimal ask, BigDecimal bid, String timestamp)
-