(fields: Iterator<string>)
| 240 | } |
| 241 | |
| 242 | decodeAllOrNone(fields: Iterator<string>): void { |
| 243 | this.order.allOrNone = decodeBool(fields) |
| 244 | } |
| 245 | |
| 246 | decodeMinQty(fields: Iterator<string>): void { |
| 247 | this.order.minQty = decodeInt(fields, SHOW_UNSET) |
no test coverage detected