| | |
| | | |
| | | private BigDecimal userAmt; |
| | | private BigDecimal enableAmt; |
| | | private BigDecimal enaleWithdrawAmt; |
| | | private BigDecimal forceLine; |
| | | private BigDecimal allProfitAndLose; |
| | | private BigDecimal allFreezAmt; |
| | |
| | | |
| | | public void setEnableAmt(BigDecimal enableAmt) { |
| | | this.enableAmt = enableAmt; |
| | | } |
| | | |
| | | public void setEnaleWithdrawAmt(BigDecimal enaleWithdrawAmt) { |
| | | this.enaleWithdrawAmt = enaleWithdrawAmt; |
| | | } |
| | | |
| | | public void setForceLine(BigDecimal forceLine) { |
| | |
| | | return this.enableAmt; |
| | | } |
| | | |
| | | public BigDecimal getEnaleWithdrawAmt() { |
| | | return this.enaleWithdrawAmt; |
| | | } |
| | | |
| | | public BigDecimal getForceLine() { |
| | | return this.forceLine; |
| | | } |