Uses of Class
org.knowm.xchange.dvchain.dto.account.DVChainUser
-
Packages that use DVChainUser Package Description org.knowm.xchange.dvchain.dto.trade -
-
Uses of DVChainUser in org.knowm.xchange.dvchain.dto.trade
Methods in org.knowm.xchange.dvchain.dto.trade that return DVChainUser Modifier and Type Method Description DVChainUserDVChainTrade. getUser()Constructors in org.knowm.xchange.dvchain.dto.trade with parameters of type DVChainUser Constructor Description DVChainTrade(String id, String createdAt, BigDecimal price, BigDecimal limitPrice, BigDecimal quantity, String side, DVChainUser user, String asset, String status)
-