| | |
| | | private Integer orderStayDays; |
| | | private BigDecimal profitAndLose; |
| | | private BigDecimal allProfitAndLose; |
| | | private String allProfitAndLoseStr; |
| | | private String now_price; |
| | | private String stockPlate; |
| | | /*点差费金额*/ |
| | |
| | | this.stockPlate = stockPlate; |
| | | } |
| | | |
| | | public String getAllProfitAndLoseStr() { |
| | | return allProfitAndLoseStr; |
| | | } |
| | | |
| | | public void setAllProfitAndLoseStr(String allProfitAndLoseStr) { |
| | | this.allProfitAndLoseStr = allProfitAndLoseStr; |
| | | } |
| | | |
| | | public boolean equals(Object o) { |
| | | if (o == this) return true; |
| | | if (!(o instanceof UserPositionVO)) return false; |