(fields: Iterator<string>)
| 140 | } |
| 141 | |
| 142 | decodeOrderRef(fields: Iterator<string>): void { |
| 143 | this.order.orderRef = decodeStr(fields) |
| 144 | } |
| 145 | |
| 146 | decodeClientId(fields: Iterator<string>): void { |
| 147 | this.order.clientId = decodeInt(fields) |
no test coverage detected