Package org.knowm.xchange.ftx.dto.trade
Class FtxOrderDto
java.lang.Object
org.knowm.xchange.ftx.dto.trade.FtxOrderDto
public class FtxOrderDto extends Object
-
Constructor Summary
Constructors Constructor Description FtxOrderDto(Date createdAt, BigDecimal filledSize, String future, String id, String market, BigDecimal price, BigDecimal remainingSize, BigDecimal avgFillPrice, FtxOrderSide side, BigDecimal size, FtxOrderStatus status, FtxOrderType type, boolean reduceOnly, boolean ioc, boolean postOnly, boolean liquidation, String clientId)
-
Method Summary
Modifier and Type Method Description BigDecimal
getAvgFillPrice()
String
getClientId()
Date
getCreatedAt()
BigDecimal
getFilledSize()
String
getFuture()
String
getId()
String
getMarket()
BigDecimal
getPrice()
BigDecimal
getRemainingSize()
FtxOrderSide
getSide()
BigDecimal
getSize()
FtxOrderStatus
getStatus()
FtxOrderType
getType()
boolean
isIoc()
boolean
isLiquidation()
boolean
isPostOnly()
boolean
isReduceOnly()
String
toString()
-
Constructor Details
-
FtxOrderDto
public FtxOrderDto(Date createdAt, BigDecimal filledSize, String future, String id, String market, BigDecimal price, BigDecimal remainingSize, BigDecimal avgFillPrice, FtxOrderSide side, BigDecimal size, FtxOrderStatus status, FtxOrderType type, boolean reduceOnly, boolean ioc, boolean postOnly, boolean liquidation, String clientId)
-
-
Method Details
-
getCreatedAt
-
getFilledSize
-
getFuture
-
getId
-
getMarket
-
getPrice
-
getAvgFillPrice
-
getRemainingSize
-
getSide
-
getSize
-
getStatus
-
getType
-
isReduceOnly
public boolean isReduceOnly() -
isIoc
public boolean isIoc() -
isPostOnly
public boolean isPostOnly() -
isLiquidation
public boolean isLiquidation() -
getClientId
-
toString
-