(fields: Iterator<string>)
| 124 | } |
| 125 | |
| 126 | decodeOcaGroup(fields: Iterator<string>): void { |
| 127 | this.order.ocaGroup = decodeStr(fields) |
| 128 | } |
| 129 | |
| 130 | decodeAccount(fields: Iterator<string>): void { |
| 131 | this.order.account = decodeStr(fields) |
no test coverage detected