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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAsset()StringgetOrderType()BigDecimalgetPrice()BigDecimalgetQty()StringgetSide()
-
-
-
Constructor Detail
-
DVChainNewMarketOrder
public DVChainNewMarketOrder(String side, BigDecimal price, BigDecimal qty, String asset)
-
-
Method Detail
-
getPrice
public BigDecimal getPrice()
-
getQty
public BigDecimal getQty()
-
getAsset
public String getAsset()
-
getSide
public String getSide()
-
getOrderType
public String getOrderType()
-
-