| | |
| | | private Integer orderStayDays; |
| | | private BigDecimal profitAndLose; |
| | | private BigDecimal allProfitAndLose; |
| | | private String allProfitAndLoseStr; |
| | | private String now_price; |
| | | private String stockPlate; |
| | | /*点差费金额*/ |
| | | private BigDecimal spreadRatePrice; |
| | | /*追加保证金额*/ |
| | | private BigDecimal marginAdd; |
| | | |
| | | private Integer status; |
| | | private Integer lockDays; |
| | | |
| | | public void setPositionType(Integer positionType) { |
| | | this.positionType = positionType; |
| | |
| | | |
| | | public void setStockPlate(String stockPlate) { |
| | | this.stockPlate = stockPlate; |
| | | } |
| | | |
| | | public String getAllProfitAndLoseStr() { |
| | | return allProfitAndLoseStr; |
| | | } |
| | | |
| | | public void setAllProfitAndLoseStr(String allProfitAndLoseStr) { |
| | | this.allProfitAndLoseStr = allProfitAndLoseStr; |
| | | } |
| | | |
| | | public boolean equals(Object o) { |
| | |
| | | public void setMarginAdd(BigDecimal marginAdd) { |
| | | this.marginAdd = marginAdd; |
| | | } |
| | | |
| | | public Integer getStatus() { |
| | | return status; |
| | | } |
| | | |
| | | public void setStatus(Integer status) { |
| | | this.status = status; |
| | | } |
| | | |
| | | public Integer getLockDays() { |
| | | return lockDays; |
| | | } |
| | | |
| | | public void setLockDays(Integer lockDays) { |
| | | this.lockDays = lockDays; |
| | | } |
| | | } |