public String getSetPrice2String(boolean isBuy) {
   return Price.toString((isBuy) ? this._buySetPrice2 : this._sellSetPrice2);
 }