Class DVChainTrade
- java.lang.Object
-
- org.knowm.xchange.dvchain.dto.trade.DVChainTrade
-
public class DVChainTrade extends Object
-
-
Constructor Summary
Constructors Constructor Description DVChainTrade(String id, String createdAt, BigDecimal price, BigDecimal limitPrice, BigDecimal quantity, String side, DVChainUser user, String asset, String status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAsset()
Instant
getCreatedAt()
String
getId()
BigDecimal
getLimitPrice()
BigDecimal
getPrice()
BigDecimal
getQuantity()
String
getSide()
String
getStatus()
DVChainUser
getUser()
String
toString()
-
-
-
Constructor Detail
-
DVChainTrade
public DVChainTrade(String id, String createdAt, BigDecimal price, BigDecimal limitPrice, BigDecimal quantity, String side, DVChainUser user, String asset, String status)
-
-
Method Detail
-
getId
public String getId()
-
getCreatedAt
public Instant getCreatedAt()
-
getPrice
public BigDecimal getPrice()
-
getQuantity
public BigDecimal getQuantity()
-
getSide
public String getSide()
-
getUser
public DVChainUser getUser()
-
getAsset
public String getAsset()
-
getStatus
public String getStatus()
-
getLimitPrice
public BigDecimal getLimitPrice()
-
-