Class QuoineProduct
- java.lang.Object
-
- org.knowm.xchange.quoine.dto.marketdata.QuoineProduct
-
public final class QuoineProduct extends Object
- Author:
- timmolter
-
-
Constructor Summary
Constructors Constructor Description QuoineProduct(int id, String productType, String code, String name, BigDecimal marketAsk, BigDecimal marketBid, int indicator, String currencyPairId, String currency, String currencyPairCode, String symbol, BigDecimal btcMinimumWithdraw, BigDecimal fiatMinimumWithdraw, String pusherChannel, BigDecimal takerFee, BigDecimal makerFee, BigDecimal lowMarketBid, BigDecimal highMarketAsk, BigDecimal volume24h, BigDecimal lastPrice24h, BigDecimal cashSpotAsk, BigDecimal cashSpotBid, BigDecimal lastTradedPrice, String quotedCurrency, String baseCurrency)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaseCurrency()BigDecimalgetBtcMinimumWithdraw()BigDecimalgetCashSpotAsk()BigDecimalgetCashSpotBid()StringgetCode()StringgetCurrency()StringgetCurrencyPairCode()StringgetCurrencyPairId()BigDecimalgetFiatMinimumWithdraw()BigDecimalgetHighMarketAsk()intgetId()intgetIndicator()BigDecimalgetLastPrice24h()BigDecimalgetLastTradedPrice()BigDecimalgetLowMarketBid()BigDecimalgetMakerFee()BigDecimalgetMarketAsk()BigDecimalgetMarketBid()StringgetName()StringgetProductType()StringgetPusherChannel()StringgetQuotedCurrency()StringgetSymbol()BigDecimalgetTakerFee()BigDecimalgetVolume24h()StringtoString()
-
-
-
Constructor Detail
-
QuoineProduct
public QuoineProduct(int id, String productType, String code, String name, BigDecimal marketAsk, BigDecimal marketBid, int indicator, String currencyPairId, String currency, String currencyPairCode, String symbol, BigDecimal btcMinimumWithdraw, BigDecimal fiatMinimumWithdraw, String pusherChannel, BigDecimal takerFee, BigDecimal makerFee, BigDecimal lowMarketBid, BigDecimal highMarketAsk, BigDecimal volume24h, BigDecimal lastPrice24h, BigDecimal cashSpotAsk, BigDecimal cashSpotBid, BigDecimal lastTradedPrice, String quotedCurrency, String baseCurrency)Constructor- Parameters:
id-productType-code-name-marketAsk-marketBid-indicator-currencyPairId-currency-currencyPairCode-symbol-btcMinimumWithdraw-fiatMinimumWithdraw-pusherChannel-takerFee-makerFee-lowMarketBid-highMarketAsk-volume24h-lastPrice24h-cashSpotAsk-cashSpotBid-lastTradedPrice-
-
-
Method Detail
-
getId
public int getId()
-
getProductType
public String getProductType()
-
getCode
public String getCode()
-
getName
public String getName()
-
getMarketAsk
public BigDecimal getMarketAsk()
-
getMarketBid
public BigDecimal getMarketBid()
-
getIndicator
public int getIndicator()
-
getCurrencyPairId
public String getCurrencyPairId()
-
getCurrency
public String getCurrency()
-
getCurrencyPairCode
public String getCurrencyPairCode()
-
getSymbol
public String getSymbol()
-
getBtcMinimumWithdraw
public BigDecimal getBtcMinimumWithdraw()
-
getFiatMinimumWithdraw
public BigDecimal getFiatMinimumWithdraw()
-
getPusherChannel
public String getPusherChannel()
-
getTakerFee
public BigDecimal getTakerFee()
-
getMakerFee
public BigDecimal getMakerFee()
-
getLowMarketBid
public BigDecimal getLowMarketBid()
-
getHighMarketAsk
public BigDecimal getHighMarketAsk()
-
getVolume24h
public BigDecimal getVolume24h()
-
getLastPrice24h
public BigDecimal getLastPrice24h()
-
getCashSpotAsk
public BigDecimal getCashSpotAsk()
-
getCashSpotBid
public BigDecimal getCashSpotBid()
-
getLastTradedPrice
public BigDecimal getLastTradedPrice()
-
getQuotedCurrency
public String getQuotedCurrency()
-
getBaseCurrency
public String getBaseCurrency()
-
-