Class DVChainNewMarketOrder
java.lang.Object
org.knowm.xchange.dvchain.dto.trade.DVChainNewMarketOrder
public class DVChainNewMarketOrder extends Object
-
Constructor Summary
Constructors Constructor Description DVChainNewMarketOrder(String side, BigDecimal price, BigDecimal qty, String asset)
-
Method Summary
Modifier and Type Method Description String
getAsset()
String
getOrderType()
BigDecimal
getPrice()
BigDecimal
getQty()
String
getSide()
-
Constructor Details
-
DVChainNewMarketOrder
-
-
Method Details
-
getPrice
-
getQty
-
getAsset
-
getSide
-
getOrderType
-