| | |
| | | public class UserPendingorder implements Serializable { |
| | | @TableId(type = IdType.AUTO,value = "id") |
| | | private Integer id; |
| | | |
| | | private Integer positionType;//创位类型 1 挂单中 2撤销 0挂单成功 |
| | | private String positionSn; |
| | | private Integer userId; |
| | | |
| | | private String stockId; |
| | | |
| | | private Integer buyNum; |
| | | |
| | | private Integer buyType; |
| | | |
| | | private Integer lever; |
| | | |
| | | private BigDecimal profitTarget; |
| | | |
| | | private BigDecimal stopTarget; |
| | | |
| | | private BigDecimal nowPrice; |
| | | |
| | | private BigDecimal targetPrice; |
| | | |
| | | private Date addTime; |
| | | |
| | | private Integer status; |
| | | |
| | | private String nickName; |
| | | private Integer agentId; |
| | | private String stockName; |
| | | private String stockCode; |
| | | private String stockGid; |
| | | private String stockSpell; |
| | | private String buyOrderId; |
| | | private Date buyOrderTime; |
| | | private BigDecimal buyOrderPrice; |
| | | private String OrderId; |
| | | private Date OrderTime; |
| | | private BigDecimal OrderPrice; |
| | | private BigDecimal profitTargetPrice; |
| | | private BigDecimal stopTargetPrice; |
| | | private String orderDirection; |
| | | private Integer orderNum; |
| | | private Integer orderLever; |
| | | private BigDecimal orderTotalPrice; |
| | | private BigDecimal orderFee; |
| | | private BigDecimal orderSpread; |
| | | private BigDecimal orderStayFee; |
| | | private Integer orderStayDays; |
| | | private BigDecimal profitAndLose; |
| | | private BigDecimal allProfitAndLose; |
| | | private Integer isLock; |
| | | private String lockMsg; |
| | | private String stockPlate; |
| | | private BigDecimal spreadRatePrice; |
| | | private BigDecimal marginAdd; |
| | | private Integer dzId; |
| | | private String amountToBeCovered; |
| | | private Integer newId; |
| | | private static final long serialVersionUID = 1L; |
| | | } |