Class CoinbeneSymbol
java.lang.Object
org.knowm.xchange.coinbene.dto.marketdata.CoinbeneSymbol
public class CoinbeneSymbol extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CoinbeneSymbol.Container
-
Constructor Summary
Constructors Constructor Description CoinbeneSymbol(String ticker, String baseAsset, String quoteAsset, BigDecimal takerFee, BigDecimal makerFee, int tickSize, int lotStepSize, BigDecimal minQuantity)
-
Method Summary
Modifier and Type Method Description String
getBaseAsset()
int
getLotStepSize()
BigDecimal
getMakerFee()
BigDecimal
getMinQuantity()
String
getQuoteAsset()
BigDecimal
getTakerFee()
String
getTicker()
int
getTickSize()
-
Constructor Details
-
CoinbeneSymbol
public CoinbeneSymbol(String ticker, String baseAsset, String quoteAsset, BigDecimal takerFee, BigDecimal makerFee, int tickSize, int lotStepSize, BigDecimal minQuantity)
-
-
Method Details
-
getTicker
-
getBaseAsset
-
getQuoteAsset
-
getTakerFee
-
getMakerFee
-
getTickSize
public int getTickSize() -
getLotStepSize
public int getLotStepSize() -
getMinQuantity
-