(fields: Iterator<string>)
| 156 | } |
| 157 | |
| 158 | decodeHidden(fields: Iterator<string>): void { |
| 159 | this.order.hidden = decodeBool(fields) |
| 160 | } |
| 161 | |
| 162 | decodeDiscretionaryAmt(fields: Iterator<string>): void { |
| 163 | this.order.discretionaryAmt = decodeFloat(fields) |
no test coverage detected