zainali5120
2020-05-31 a2d9bd16ac1106489572a5f7d8d70e1086d5406d
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