Package org.knowm.xchange.ftx.dto.trade
Class FtxFillDto
java.lang.Object
org.knowm.xchange.ftx.dto.trade.FtxFillDto
-
Constructor Summary
ConstructorsConstructorDescriptionFtxFillDto
(Date time, String id, String market, BigDecimal price, FtxOrderSide side, BigDecimal size, String orderId, String tradeId, BigDecimal fee, String feeCurrency, BigDecimal feeRate) -
Method Summary
-
Constructor Details
-
FtxFillDto
public FtxFillDto(Date time, String id, String market, BigDecimal price, FtxOrderSide side, BigDecimal size, String orderId, String tradeId, BigDecimal fee, String feeCurrency, BigDecimal feeRate)
-
-
Method Details