Package org.knowm.xchange.ftx.dto.trade
Class FtxOrderDto
java.lang.Object
org.knowm.xchange.ftx.dto.trade.FtxOrderDto
-
Constructor Summary
ConstructorsConstructorDescriptionFtxOrderDto
(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
-
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
-