Class CobinhoodCurrencyPair
java.lang.Object
org.knowm.xchange.cobinhood.dto.marketdata.CobinhoodCurrencyPair
public class CobinhoodCurrencyPair extends Object
-
Constructor Summary
Constructors Constructor Description CobinhoodCurrencyPair(String baseCurrencyId, boolean marginEnabled, BigDecimal makerFee, BigDecimal quoteIncrement, BigDecimal baseMaxSize, BigDecimal takerFee, String quoteCurrencyId, String id, BigDecimal baseMinSize) -
Method Summary
Modifier and Type Method Description StringgetBaseCurrencyId()BigDecimalgetBaseMaxSize()BigDecimalgetBaseMinSize()StringgetId()BigDecimalgetMakerFee()StringgetQuoteCurrencyId()BigDecimalgetQuoteIncrement()BigDecimalgetTakerFee()booleanisMarginEnabled()StringtoString()
-
Constructor Details
-
CobinhoodCurrencyPair
public CobinhoodCurrencyPair(String baseCurrencyId, boolean marginEnabled, BigDecimal makerFee, BigDecimal quoteIncrement, BigDecimal baseMaxSize, BigDecimal takerFee, String quoteCurrencyId, String id, BigDecimal baseMinSize)
-
-
Method Details