Class AscendexProductDto
java.lang.Object
org.knowm.xchange.ascendex.dto.marketdata.AscendexProductDto
public class AscendexProductDto extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AscendexProductDto.AscendexProductCommissionType
-
Constructor Summary
Constructors Constructor Description AscendexProductDto(String symbol, String baseAsset, String quoteAsset, AscendexAssetDto.AscendexAssetStatus status, BigDecimal minNotional, BigDecimal maxNotional, boolean marginTradable, AscendexProductDto.AscendexProductCommissionType commissionType, BigDecimal commissionReserveRate, BigDecimal tickSize, BigDecimal lotSize)
-
Method Summary
Modifier and Type Method Description String
getBaseAsset()
BigDecimal
getCommissionReserveRate()
AscendexProductDto.AscendexProductCommissionType
getCommissionType()
BigDecimal
getLotSize()
BigDecimal
getMaxNotional()
BigDecimal
getMinNotional()
String
getQuoteAsset()
AscendexAssetDto.AscendexAssetStatus
getStatus()
String
getSymbol()
BigDecimal
getTickSize()
boolean
isMarginTradeable()
String
toString()
-
Constructor Details
-
AscendexProductDto
public AscendexProductDto(String symbol, String baseAsset, String quoteAsset, AscendexAssetDto.AscendexAssetStatus status, BigDecimal minNotional, BigDecimal maxNotional, boolean marginTradable, AscendexProductDto.AscendexProductCommissionType commissionType, BigDecimal commissionReserveRate, BigDecimal tickSize, BigDecimal lotSize)
-
-
Method Details