src/main/java/com/xcong/excoin/modules/contract/entity/ContractHoldOrderEntity.java
@@ -26,14 +26,24 @@ public static final int ORDER_CAN_CLOSING_N = 0; /** * 开仓类型 1-开多 * 开多 */ public static final int ORDER_OPENING_TYPE_MORE = 1; public static final int OPENING_TYPE_MORE = 1; /** * 开仓类型 2-开空 * 开空 */ public static final int ORDER_OPENING_TYPE_LESS = 2; public static final int OPENING_TYPE_LESS = 2; /** * 交易类型 市价 */ public static final int TRADE_TYPE_MARK = 1; /** * 交易类型 限价 */ public static final int TRADE_TYPE_LIMIT = 2; /** * 会员Id