(fields: Iterator<string>)
| 93 | } |
| 94 | |
| 95 | decodeTotalQuantity(fields: Iterator<string>): void { |
| 96 | this.order.totalQuantity = decodeDecimal(fields) |
| 97 | } |
| 98 | |
| 99 | decodeOrderType(fields: Iterator<string>): void { |
| 100 | this.order.orderType = decodeStr(fields) |
no test coverage detected