(fields: Iterator<string>)
| 244 | } |
| 245 | |
| 246 | decodeMinQty(fields: Iterator<string>): void { |
| 247 | this.order.minQty = decodeInt(fields, SHOW_UNSET) |
| 248 | } |
| 249 | |
| 250 | decodeOcaType(fields: Iterator<string>): void { |
| 251 | this.order.ocaType = decodeInt(fields) |
no test coverage detected