(fields: Iterator<string>)
| 168 | } |
| 169 | |
| 170 | skipSharesAllocation(fields: Iterator<string>): void { |
| 171 | decodeStr(fields) // deprecated |
| 172 | } |
| 173 | |
| 174 | decodeFAParams(fields: Iterator<string>): void { |
| 175 | this.order.faGroup = decodeStr(fields) |
no test coverage detected