trading-order-bean/src/main/java/com/yami/trading/bean/item/domain/Item.java
@@ -83,7 +83,6 @@ */ public final static String CATEGORY_ENERGY = "energy"; private static final long serialVersionUID = 1L; @@ -155,6 +154,22 @@ private String openCloseType; private String fake; /** * 币类型 0.主流币 1.新币 */ private Integer currencyType = 0; /** * 状态(新币) 0.停牌 1.复牌 */ private Integer status; /** * 杠杆交易,合约交易状态 */ private String tradeType; public BigDecimal getAdjustmentValue() { if (adjustmentValue == null) { return BigDecimal.ZERO;