Class Execution
- java.lang.Object
-
- org.knowm.xchange.quoine.dto.trade.Execution
-
public final class Execution extends Object
- Author:
- timmolter
-
-
Constructor Summary
Constructors Constructor Description Execution(BigDecimal quantity, BigDecimal price, String makerSide, BigDecimal createdAt, BigDecimal sellerFee, BigDecimal buyerFee, BigDecimal buyFxRate, BigDecimal sellFxRate)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetBuyerFee()BigDecimalgetBuyFxRate()BigDecimalgetCreatedAt()StringgetMakerSide()BigDecimalgetPrice()BigDecimalgetQuantity()BigDecimalgetSellerFee()BigDecimalgetSellFxRate()StringtoString()
-
-
-
Constructor Detail
-
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 Detail
-
getQuantity
public BigDecimal getQuantity()
-
getPrice
public BigDecimal getPrice()
-
getMakerSide
public String getMakerSide()
-
getCreatedAt
public BigDecimal getCreatedAt()
-
getSellerFee
public BigDecimal getSellerFee()
-
getBuyerFee
public BigDecimal getBuyerFee()
-
getBuyFxRate
public BigDecimal getBuyFxRate()
-
getSellFxRate
public BigDecimal getSellFxRate()
-
-