Пример #1
0
 public long closingTime() {
   if (endBar != null) {
     return endBar.closingTime();
   }
   return time;
 }