(fields: Iterator<string>)
| 256 | } |
| 257 | |
| 258 | skipFirmQuoteOnly(fields: Iterator<string>): void { |
| 259 | decodeBool(fields) // deprecated |
| 260 | } |
| 261 | |
| 262 | skipNbboPriceCap(fields: Iterator<string>): void { |
| 263 | decodeFloat(fields, SHOW_UNSET) // deprecated |
no test coverage detected