Package org.knowm.xchange.ftx.dto.trade
Class FtxConditionalOrderDto
java.lang.Object
org.knowm.xchange.ftx.dto.trade.FtxConditionalOrderDto
-
Constructor Summary
ConstructorsConstructorDescriptionFtxConditionalOrderDto
(Date createdAt, String future, String id, String market, BigDecimal orderPrice, boolean reduceOnly, FtxOrderSide side, BigDecimal size, FtxOrderStatus status, BigDecimal trailStart, BigDecimal trailValue, BigDecimal triggerPrice, Date triggeredAt, FtxConditionalOrderType type, FtxOrderType orderType, BigDecimal filledSize, BigDecimal avgFillPrice, boolean retryUntilFilled) -
Method Summary
-
Constructor Details
-
FtxConditionalOrderDto
public FtxConditionalOrderDto(Date createdAt, String future, String id, String market, BigDecimal orderPrice, boolean reduceOnly, FtxOrderSide side, BigDecimal size, FtxOrderStatus status, BigDecimal trailStart, BigDecimal trailValue, BigDecimal triggerPrice, Date triggeredAt, FtxConditionalOrderType type, FtxOrderType orderType, BigDecimal filledSize, BigDecimal avgFillPrice, boolean retryUntilFilled)
-
-
Method Details
-
getCreatedAt
-
getFuture
-
getId
-
getMarket
-
getOrderPrice
-
isReduceOnly
public boolean isReduceOnly() -
getSide
-
getSize
-
getStatus
-
getTrailStart
-
getTrailValue
-
getTriggerPrice
-
getTriggeredAt
-
getType
-
getOrderType
-
getFilledSize
-
getAvgFillPrice
-
isRetryUntilFilled
public boolean isRetryUntilFilled() -
toString
-