(fields: Iterator<string>)
| 148 | } |
| 149 | |
| 150 | decodePermId(fields: Iterator<string>): void { |
| 151 | this.order.permId = decodeInt(fields) |
| 152 | } |
| 153 | |
| 154 | decodeOutsideRth(fields: Iterator<string>): void { |
| 155 | this.order.outsideRth = decodeBool(fields) |
no test coverage detected