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