Modifier and Type | Method and Description |
---|---|
static CoinfloorUtils.CoinfloorCurrency |
CoinfloorUtils.currencyOf(String currency) |
static CoinfloorUtils.CoinfloorCurrency |
CoinfloorUtils.getCurrency(int currencyCode) |
static CoinfloorUtils.CoinfloorCurrency |
CoinfloorUtils.CoinfloorCurrency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoinfloorUtils.CoinfloorCurrency[] |
CoinfloorUtils.CoinfloorCurrency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static BigDecimal |
CoinfloorUtils.scalePriceToBigDecimal(CoinfloorUtils.CoinfloorCurrency baseCurrency,
CoinfloorUtils.CoinfloorCurrency counterCurrency,
Integer amountToScale) |
static int |
CoinfloorUtils.scalePriceToInt(CoinfloorUtils.CoinfloorCurrency baseCurrency,
CoinfloorUtils.CoinfloorCurrency counterCurrency,
BigDecimal amountToScale) |
static BigDecimal |
CoinfloorUtils.scaleToBigDecimal(CoinfloorUtils.CoinfloorCurrency currency,
Integer amountToScale) |
static int |
CoinfloorUtils.scaleToInt(CoinfloorUtils.CoinfloorCurrency currency,
BigDecimal amountToScale) |
static int |
CoinfloorUtils.toCurrencyCode(CoinfloorUtils.CoinfloorCurrency currency) |
Modifier and Type | Method and Description |
---|---|
CoinfloorUtils.CoinfloorCurrency |
CoinfloorOrder.getBase() |
CoinfloorUtils.CoinfloorCurrency |
CoinfloorOrder.getCounter() |
Modifier and Type | Method and Description |
---|---|
CoinfloorUtils.CoinfloorCurrency |
CoinfloorAssetBalance.getAsset() |
Modifier and Type | Method and Description |
---|---|
CoinfloorUtils.CoinfloorCurrency |
CoinfloorTicker.getBase() |
CoinfloorUtils.CoinfloorCurrency |
CoinfloorTicker.getCounter() |
Modifier and Type | Method and Description |
---|---|
CoinfloorUtils.CoinfloorCurrency |
CoinfloorCancelOrder.getBase() |
CoinfloorUtils.CoinfloorCurrency |
CoinfloorCancelOrder.getCounter() |
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.