Class FtxMarketDto
java.lang.Object
org.knowm.xchange.ftx.dto.marketdata.FtxMarketDto
public class FtxMarketDto extends Object
-
Constructor Summary
Constructors Constructor Description FtxMarketDto(BigDecimal ask, String baseCurrency, BigDecimal bid, BigDecimal change1h, BigDecimal change24h, BigDecimal changeBod, boolean enabled, boolean highLeverageFeeExempt, BigDecimal last, BigDecimal minProvideSize, String name, boolean postOnly, BigDecimal price, BigDecimal priceIncrement, String quoteCurrency, BigDecimal quoteVolume24h, boolean restricted, BigDecimal sizeIncrement, boolean tokenizedEquity, String type, String underlying, BigDecimal volumeUsd24h)
-
Method Summary
Modifier and Type Method Description BigDecimal
getAsk()
String
getBaseCurrency()
BigDecimal
getBid()
BigDecimal
getChange1h()
BigDecimal
getChange24h()
BigDecimal
getChangeBod()
BigDecimal
getLast()
BigDecimal
getMinProvideSize()
String
getName()
BigDecimal
getPrice()
BigDecimal
getPriceIncrement()
String
getQuoteCurrency()
BigDecimal
getQuoteVolume24h()
BigDecimal
getSizeIncrement()
String
getType()
String
getUnderlying()
BigDecimal
getVolumeUsd24h()
boolean
isEnabled()
boolean
isHighLeverageFeeExempt()
boolean
isPostOnly()
boolean
isRestricted()
boolean
isTokenizedEquity()
String
toString()
-
Constructor Details
-
FtxMarketDto
public FtxMarketDto(BigDecimal ask, String baseCurrency, BigDecimal bid, BigDecimal change1h, BigDecimal change24h, BigDecimal changeBod, boolean enabled, boolean highLeverageFeeExempt, BigDecimal last, BigDecimal minProvideSize, String name, boolean postOnly, BigDecimal price, BigDecimal priceIncrement, String quoteCurrency, BigDecimal quoteVolume24h, boolean restricted, BigDecimal sizeIncrement, boolean tokenizedEquity, String type, String underlying, BigDecimal volumeUsd24h)
-
-
Method Details
-
getAsk
-
getBaseCurrency
-
getBid
-
getChange1h
-
getChange24h
-
getChangeBod
-
isEnabled
public boolean isEnabled() -
isHighLeverageFeeExempt
public boolean isHighLeverageFeeExempt() -
getLast
-
getMinProvideSize
-
getName
-
isPostOnly
public boolean isPostOnly() -
getPrice
-
getPriceIncrement
-
getQuoteCurrency
-
getQuoteVolume24h
-
isRestricted
public boolean isRestricted() -
getSizeIncrement
-
isTokenizedEquity
public boolean isTokenizedEquity() -
getType
-
getUnderlying
-
getVolumeUsd24h
-
toString
-