Helius
2020-06-03 def723a6fa9cbe05734afe9011a6f90d2fa32196
src/main/java/com/xcong/excoin/modules/contract/entity/ContractOrderEntity.java
@@ -33,6 +33,26 @@
     */
    public static final int ORDER_TYPE_CANCEL = -1;
    /**
     * 订单类型 开多
     */
    public static final int ORDER_TYPE_OPEN_MORE = 1;
    /**
     * 订单类型 开空
     */
    public static final int ORDER_TYPE_OPEN_LESS = 2;
    /**
     * 订单类型 平多
     */
    public static final int ORDER_TYPE_CLOSE_MORE = 3;
    /**
     * 订单类型 平空
     */
    public static final int ORDER_TYPE_CLOSE_LESS = 4;
    /**
     * 会员Id
@@ -55,7 +75,7 @@
    private int tradeType;
    /**
     * 订单类型 - 0撤单,1开多,2开空,3平多,4平空,5委托开多,6委托开空,7委托平多,8委托平空,9爆仓平多,10爆仓平空
     * 订单类型 - 0撤单,1开多,2开空,3平多,4平空
     */
    private int orderType;
@@ -139,6 +159,8 @@
     */
    private BigDecimal openingFeeAmount;
    private Date openingTime;
    /**
     * 预付款金额
     */