(fields: Iterator<string>)
| 132 | } |
| 133 | |
| 134 | decodeOpenClose(fields: Iterator<string>): void { |
| 135 | this.order.openClose = decodeStr(fields) |
| 136 | } |
| 137 | |
| 138 | decodeOrigin(fields: Iterator<string>): void { |
| 139 | this.order.origin = decodeInt(fields) |
no test coverage detected