public final class QuoineProduct extends Object
Constructor and 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)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getBtcMinimumWithdraw() |
BigDecimal |
getCashSpotAsk() |
BigDecimal |
getCashSpotBid() |
String |
getCode() |
String |
getCurrency() |
String |
getCurrencyPairCode() |
String |
getCurrencyPairId() |
BigDecimal |
getFiatMinimumWithdraw() |
BigDecimal |
getHighMarketAsk() |
int |
getId() |
int |
getIndicator() |
BigDecimal |
getLastPrice24h() |
BigDecimal |
getLastTradedPrice() |
BigDecimal |
getLowMarketBid() |
BigDecimal |
getMakerFee() |
BigDecimal |
getMarketAsk() |
BigDecimal |
getMarketBid() |
String |
getName() |
String |
getProductType() |
String |
getPusherChannel() |
String |
getSymbol() |
BigDecimal |
getTakerFee() |
BigDecimal |
getVolume24h() |
String |
toString() |
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)
id
- productType
- code
- name
- marketAsk
- marketBid
- indicator
- currencyPairId
- currency
- currencyPairCode
- symbol
- btcMinimumWithdraw
- fiatMinimumWithdraw
- pusherChannel
- takerFee
- makerFee
- lowMarketBid
- highMarketAsk
- volume24h
- lastPrice24h
- cashSpotAsk
- cashSpotBid
- lastTradedPrice
- public int getId()
public String getProductType()
public String getCode()
public String getName()
public BigDecimal getMarketAsk()
public BigDecimal getMarketBid()
public int getIndicator()
public String getCurrencyPairId()
public String getCurrency()
public String getCurrencyPairCode()
public String getSymbol()
public BigDecimal getBtcMinimumWithdraw()
public BigDecimal getFiatMinimumWithdraw()
public String getPusherChannel()
public BigDecimal getTakerFee()
public BigDecimal getMakerFee()
public BigDecimal getLowMarketBid()
public BigDecimal getHighMarketAsk()
public BigDecimal getVolume24h()
public BigDecimal getLastPrice24h()
public BigDecimal getCashSpotAsk()
public BigDecimal getCashSpotBid()
public BigDecimal getLastTradedPrice()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.