(fields: Iterator<string>)
| 128 | } |
| 129 | |
| 130 | decodeAccount(fields: Iterator<string>): void { |
| 131 | this.order.account = decodeStr(fields) |
| 132 | } |
| 133 | |
| 134 | decodeOpenClose(fields: Iterator<string>): void { |
| 135 | this.order.openClose = decodeStr(fields) |
no test coverage detected