Пример #1
0
 public String get_LotString() {
   return AppToolkit.getFormatLot(
       ((this._isBuyForCurrent) ? this._buyLot : this._sellLot),
       this._account,
       this.get_Instrument());
 }