(fields: Iterator<string>)
| 144 | } |
| 145 | |
| 146 | decodeClientId(fields: Iterator<string>): void { |
| 147 | this.order.clientId = decodeInt(fields) |
| 148 | } |
| 149 | |
| 150 | decodePermId(fields: Iterator<string>): void { |
| 151 | this.order.permId = decodeInt(fields) |
no test coverage detected