(fields: Iterator<string>)
| 89 | } |
| 90 | |
| 91 | decodeAction(fields: Iterator<string>): void { |
| 92 | this.order.action = decodeStr(fields) |
| 93 | } |
| 94 | |
| 95 | decodeTotalQuantity(fields: Iterator<string>): void { |
| 96 | this.order.totalQuantity = decodeDecimal(fields) |
no test coverage detected