Package org.knowm.xchange.ftx.dto.trade
Class FtxTriggerDto
java.lang.Object
org.knowm.xchange.ftx.dto.trade.FtxTriggerDto
-
Constructor Summary
ConstructorDescriptionFtxTriggerDto
(Date time, String error, BigDecimal filledSize, BigDecimal orderSize, String orderId) -
Method Summary
-
Constructor Details
-
FtxTriggerDto
public FtxTriggerDto(Date time, String error, BigDecimal filledSize, BigDecimal orderSize, String orderId)
-
-
Method Details