(fields: Iterator<string>)
| 164 | } |
| 165 | |
| 166 | decodeGoodAfterTime(fields: Iterator<string>): void { |
| 167 | this.order.goodAfterTime = decodeStr(fields) |
| 168 | } |
| 169 | |
| 170 | skipSharesAllocation(fields: Iterator<string>): void { |
| 171 | decodeStr(fields) // deprecated |
no test coverage detected