()
| 135 | } |
| 136 | |
| 137 | @Override |
| 138 | public String toString() |
| 139 | { |
| 140 | return new StringBuffer().append("Symbol: " + m_sSymbol).append(", Id: " + m_iId) |
| 141 | .append(", Lot: " + m_nLot).append(", Price: " + m_dPrice) |
| 142 | .append(", isOddLot " + isOddLot()).toString(); |
| 143 | } |
| 144 | |
| 145 | // ----- calculated properties ----------------------------------------- |
| 146 |