(fields: Iterator<string>)
| 407 | } |
| 408 | |
| 409 | decodeNotHeld(fields: Iterator<string>): void { |
| 410 | if (this.version >= 22) { |
| 411 | this.order.notHeld = decodeBool(fields) |
| 412 | } |
| 413 | } |
| 414 | |
| 415 | decodeDeltaNeutral(fields: Iterator<string>): void { |
| 416 | if (this.version >= 20) { |
no test coverage detected