Class Execution
java.lang.Object
org.knowm.xchange.quoine.dto.trade.Execution
- Author:
- timmolter
-
Constructor Summary
ConstructorsConstructorDescriptionExecution(BigDecimal quantity, BigDecimal price, String makerSide, BigDecimal createdAt, BigDecimal sellerFee, BigDecimal buyerFee, BigDecimal buyFxRate, BigDecimal sellFxRate) Constructor -
Method Summary
-
Constructor Details
-
Execution
public Execution(BigDecimal quantity, BigDecimal price, String makerSide, BigDecimal createdAt, BigDecimal sellerFee, BigDecimal buyerFee, BigDecimal buyFxRate, BigDecimal sellFxRate) Constructor- Parameters:
quantity-price-makerSide-createdAt-sellerFee-buyerFee-buyFxRate-sellFxRate-
-
-
Method Details