Uses of Class
org.knowm.xchange.quoine.dto.trade.Execution
-
Packages that use Execution Package Description org.knowm.xchange.quoine.dto.trade -
-
Uses of Execution in org.knowm.xchange.quoine.dto.trade
Methods in org.knowm.xchange.quoine.dto.trade that return Execution Modifier and Type Method Description Execution[]QuoineOrderDetailsResponse. getExecutions()Constructors in org.knowm.xchange.quoine.dto.trade with parameters of type Execution Constructor Description QuoineOrderDetailsResponse(String id, String orderType, BigDecimal quantity, String currencyPairCode, String side, Integer leverageLevel, String productCode, BigDecimal filledQuantity, BigDecimal price, BigDecimal createdAt, BigDecimal updatedAt, String status, BigDecimal orderFee, Object settings, Execution[] executions)Constructor
-