(fields: Iterator<string>)
| 264 | } |
| 265 | |
| 266 | decodeParentId(fields: Iterator<string>): void { |
| 267 | this.order.parentId = decodeInt(fields) |
| 268 | } |
| 269 | |
| 270 | decodeTriggerMethod(fields: Iterator<string>): void { |
| 271 | this.order.triggerMethod = decodeInt(fields) |
no test coverage detected